Web application skeleton for an express.js application
npm install express4-skeletonexpress4-skeleton
=================
[![NPM Version][npm-image]][npm-url]
![Node][node-version]
This is just an example [Express.js 4.x][express] 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][bootstrap].
- Compatible with Node.js 6.0 or higher
- Fully configurable via JSON file
- Automatic creation of a cluster
- Handling of HTTP errors
Execute:
``shell`
npm install express4-skeleton
`shell`
npm install express4-skeleton
Execute:
`shell``
npm start
- Check port availability
- Sticky sessions
[bootstrap]: https://getbootstrap.com/
[express]: http://expressjs.com/
[node-version]: https://img.shields.io/badge/node-6.9.1-orange.svg?style=flat-square
[npm-image]: https://img.shields.io/badge/npm-3.10.8-blue.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/express4-skeleton