Skip to content

rjz/node-express-boilerplate

Repository files navigation

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

About

Boilerplate files + tasks for node.js / express projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published