Template repository to made CRUD APP with ExpressJS
An skeleton express app that allows you to use ES6 syntax.
-
Before anything else, you must have node installed on your machine.
-
In
package.json
change the name parameter by your project name
Running in DEV
mode :
On your terminal npm start
, the server will restart everytime you make a change in your code.
Running in PRODUCTION
mode :
On your terminal npm run start:prod