expressboilerplate
v2.0.0
Published
Quick start for express app.
Downloads
5
Maintainers
Readme
express-boilerplate
Quick start for express application.
Features & Libs
eslint
- Linterbabel
- Compilerexpress
- Frameworkava
- Testsaxios
- HTTP requestscheerio
- Server-side jQuerylusca
- App securitypug
- Template enginemorgan
- Server-side loggerdebug
- Debugging unility
Development
- Clone the repo:
$ git clone https://github.com/frenchbread/express-boilerplate.git && cd express-boilerplate
- Install dependencies:
$ npm install && bower install
- Run the app:
$ npm run dev
Tests
$ npm test
Build & Run in production
Build
$ npm run build
Run
$ npm start