1.4.1 • Published 2 years ago
@themost/create-express-app v1.4.1
@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 serveTest
Unit testing with jasmine
npm testBuild
Build with babel
npm run buildStart
Start application in production mode
npm start