Modular Project with tips & demos ;)
You can run the examples executing by command line or through our favourite IDE.
By command line, execute (platform independent):
node [nameFileJS]
or, if you prefer
nodemon [nameFileJS
Designed for development, Nodemon is a utility that will monitor for any changes in your source and automatically restart your server. Your process will automatically restart when your code changes. Visit Nodemon Official Web Page.
- Template Literals
- Arrow Functions
- Timeout
- Inheritance. Prototype (ES5) vs Classes (ES6)
- Middleware Pattern.
- Factory Pattern.
Follow the steps below:
- Clone the project from the Github Platform. Execute:
git clone [url project]
- Open the project downloaded.
Follow the steps below: