Initial project setup #1

Merged
bilal.catic merged 10 commits from initial-project-setup into master 2019-05-24 14:10:17 +02:00
Showing only changes of commit ac6a738749 - Show all commits

View File

@@ -14,7 +14,8 @@
"migrate": "npx sequelize db:migrate", "migrate": "npx sequelize db:migrate",
"start-server": "nodemon server.js", "start-server": "nodemon server.js",
"start-client": "cd client && yarn start", "start-client": "cd client && yarn start",
"start": "node server.js" "start": "node server.js",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
}, },
"repository": { "repository": {
"type": "git", "type": "git",