- Install packages:
npm i --save
- Configure template html/ejs (optional)
app.engine('html', require('ejs').renderFile); //remove if using ejs templating
app.set('view engine', 'html'); //set to ejs if using ejs templating
- Run
npm start
- Basic Routing
- API Routing
- Helmet ( Security Headers )
- Cloud port handling with fallback