npm.io
1.4.1 • Published 2 years agoCLI

@themost/create-express-app

Licence
BSD-3-Clause
Version
1.4.1
Deps
2
Size
62 kB
Vulns
0
Weekly
0

@themost/create-express-app

A template for creating a simple Express.js application

screenshot

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