add npm start command

This commit is contained in:
Bilal Catic
2019-05-23 18:38:28 +02:00
parent 8943dfee0d
commit c7c7957c8a

View File

@@ -13,7 +13,8 @@
"setup": "npm run install-server && npm run install-client && npm run docker-build && npm run docker-start && npm run migrate",
"migrate": "npx sequelize db:migrate",
"start-server": "nodemon server.js",
"start-client": "cd client && yarn start"
"start-client": "cd client && yarn start",
"start": "node server.js"
},
"repository": {
"type": "git",