An open API service indexing awesome lists of open source software.

https://github.com/themost-framework/create-express-app

ExpressJS template app
https://github.com/themost-framework/create-express-app

api express template

Last synced: 4 months ago
JSON representation

ExpressJS template app

Awesome Lists containing this project

README

        

# @themost/create-express-app

A template for creating a simple Express.js application

![screenshot](docs/assets/screenshot_index.png)

## Usage

npx @themost/create-express-app

## Features

### Serve

Serve application in dev mode with live-reloading

npm run serve

### Test

Unit testing with [jasmine](https://github.com/jasmine/jasmine)

npm test

### Build

Build with [babel](https://babeljs.io/)

npm run build

### Start

Start application in production mode

npm start