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
- Host: GitHub
- URL: https://github.com/themost-framework/create-express-app
- Owner: themost-framework
- License: bsd-3-clause
- Created: 2022-10-11T17:29:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-22T16:40:48.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T02:21:54.007Z (5 months ago)
- Topics: api, express, template
- Language: JavaScript
- Homepage:
- Size: 174 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @themost/create-express-app
A template for creating a simple Express.js application

## 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