0.0.9 • Published 3 years agoCLI
@express-api-starter/generate
Licence
MIT
Version
0.0.9
Deps
6
Size
3 kB
Vulns
0
Weekly
0
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