0.0.9 • Published 2 years ago

@express-api-starter/generate v0.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

express-api-starter

This is template project for backend to build service api or other you want, this template using es6 javascript in express.

Usage/Examples

npx express-api-starter my-project
cd my-project

// if you want run prod mode run with :
npm start

// if you want start dev mode run with :
npm run dev

// if you want prettier your code run :
npm run prettier

Authors