Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 284 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 284 Bytes

Mongoose-Typescript-Boilerplate

Minimalistic boilerplate to quick-start Node.js, MongoDB, Mongoose and Jest

Scripts

Dev : npm run dev

QA : npm run qa

Prod : npm run prod

Test : npm run test

Linting : npm run lint

Build : npm run build