Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. "scripts": {
  2. "start": "node index.js",
  3. "lint": "eslint server/**/*.js",
  4. "start:server": "env-cmd -f .env nodemon server/index.js",
  5. "start:client": "cd client && yarn start",
  6. "dev": "concurrently \"yarn run start:server\" \"yarn run start:client\"",
  7. "build": "cd client && yarn build"
  8. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement