FACN3 / umm-el-fahem

authentication project
0 stars 0 forks source link

Start script #34

Closed matthewdking closed 6 years ago

matthewdking commented 6 years ago

Your start script shouldn't use nodemon, it should be run using node so it is ready for heroku or travis

"start": "node ./src/server.js"
hasansaad1 commented 6 years ago

:+1: fixed