node-base/README.md
2024-01-20 10:28:45 +01:00

751 B

node-base

Very Simple nodejs boilerplate (with )

Angular Contributions welcome License

Quick usage

1) Get your copy

npx github:thisloke/node-base my-node-project

2) Start development

 npm run build:watch
 npm run test:watch

3) Build

 npm run build

4) Run

 npm run start