An skeleton express app that allows you to use ES6 syntax. Generated by express-generator cli.
Before anything else, you must have node installed on your machine.
Run on your terminal npm run watch:dev
, the server will restart everytime you make a change in your code.
For stuff like heroku deployment, aws elasticbeanstalk, run npm run start
transpile
- convert es6 and beyond code to es5 to a folder nameddist-server
clean
- delete transpiled folderbuild
- clean and transpile