create-exam-project
Version:
Create exam projects with React + Express + PostgreSQL in seconds
28 lines (27 loc) • 1.08 kB
JSON
{
"name": "exam-ui-kit",
"version": "1.0.0",
"description": "er1ka-ui",
"main": "index.js",
"scripts": {
"install:all": "npm install && cd server && npm install && cd ../client && npm install",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"server": "cd server && npm run dev",
"client": "cd client && npm run dev",
"build": "cd client && npm run build",
"start": "cd server && npm start",
"setup:variant1": "node scripts/setup-variant.js 1",
"setup:variant2": "node scripts/setup-variant.js 2",
"setup:variant3": "node scripts/setup-variant.js 3",
"setup:variant4": "node scripts/setup-variant.js 4",
"setup:universal": "node scripts/setup-variant.js universal",
"prepare-npm": "node scripts/prepare-npm.js",
"publish-npm": "npm run prepare-npm && cd npm-package && npm publish --access public"
},
"keywords": ["react", "vite", "express", "sequelize", "postgresql", "tailwind"],
"author": "Senior Full-Stack Developer",
"license": "MIT",
"devDependencies": {
"concurrently": "^8.2.2"
}
}