2.0.0 • Published 9 years ago
expressboilerplate v2.0.0
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-boilerplateInstall dependencies:
$ npm install && bower installRun the app:
$ npm run dev
Tests
$ npm testBuild & Run in production
Build
$ npm run buildRun
$ npm start