@themost/create-express-app
v1.4.1
Published
ExpressJS boostrap app
Downloads
4
Readme
@themost/create-express-app
A template for creating a simple Express.js application
Usage
npx @themost/create-express-app <project name>
Features
Serve
Serve application in dev mode with live-reloading
npm run serve
Test
Unit testing with jasmine
npm test
Build
Build with babel
npm run build
Start
Start application in production mode
npm start