Commit Graph

3 Commits

Author SHA1 Message Date
Ben Elferink
ab6817973d removed nodemon from dependecies
Most devs have Nodemon installed globally on their system, so I removed the dependecy, and when a user types "npm start" on the server app, it will first look for nodemon, and if not found then it will do the standard "node server.js"
2020-12-30 15:32:33 +02:00
Ben Elferink
14295ca8e5 renamed index.js to server.js 2020-12-23 18:36:20 +02:00
Ben Elferink
ad0098bc7c Initial commit 2020-12-21 23:03:50 +02:00