Use nodemon to automatically restart the server in dev

This commit is contained in:
Michael Jackson
2018-07-05 17:08:37 -07:00
parent ba05a5f90a
commit 89239a7c42
4 changed files with 22 additions and 26 deletions

View File

@ -1,7 +1,7 @@
{
"private": true,
"scripts": {
"start": "echo 'Use `docker-compose up` to start the server",
"start": "docker-compose up",
"build": "NODE_ENV=production webpack -p --json > server/stats.json",
"lint": "eslint client && eslint server",
"test": "jest"