Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 1.88 KB

README.md

File metadata and controls

65 lines (44 loc) · 1.88 KB

Express Project Template

This is a minimally opinionated boilerplate for web services built on top of express.js.

Out of the box, it extends express with:

...testing utilities:

...and npm tasks for supporting all of the above.

It doesn't make assumptions about view frameworks, authentication strategies, sessions, security, data stores, or much anything else--just pick the tools that suit your application's needs.

Installation

$ npm install

Generate configuration:

$ npm start

Test

Lint and run test suite:

$ npm test

Generate code coverage report:

$ npm run cover

Usage

License

MIT