express-server-template
v1.0.2
Published
A Express server template with static files
Downloads
2
Readme
Installation
This is a boilerplate for Express and nodejs Node.js module available through the npm registry.
Before installing, download and install Node.js. Node.js 0.10 or higher is required.
$ npm i
Features
- Express boilerplate
- Robust routing
- Focus on high performance
- Super-high test coverage
- HTTP helpers (redirection, caching, etc)
- View system supporting 14+ template engines
- Content negotiation
- Executable for generating applications quickly