expressboilerplate
v2.0.0
Published
Quick start for express app.
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 devTests
$ npm testBuild & Run in production
Build
$ npm run buildRun
$ npm start
