2.0.0 • Published 7 years ago

expressboilerplate v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

express-boilerplate

Quick start for express application.

NPM

Features & Libs

Development

  1. Clone the repo:

    $ git clone https://github.com/frenchbread/express-boilerplate.git && cd express-boilerplate
  2. Install dependencies:

    $ npm install && bower install
  3. Run the app:

    $ npm run dev

Tests

$ npm test

Build & Run in production

Build

$ npm run build

Run

$ npm start

License

MIT