express4-skeleton
v0.3.1
Published
Web application skeleton for an express.js application
Downloads
7
Readme
express4-skeleton
This is just an example Express.js 4.x web application skeleton targeted to demonstrate some of the facilities offered by the framework. Additionally, it is integrated with a barebones version of Bootstrap 4.x.
Characteristics
- Compatible with Node.js 6.0 or higher
- Fully configurable via JSON file
- Automatic creation of a cluster
- Handling of HTTP errors
Installation
Execute:
npm install express4-skeletonInstall dependencies
npm install express4-skeletonStart-up
Execute:
npm startTO-DOs
- Check port availability
- Sticky sessions
