node-base
Very Simple nodejs boilerplate (with
)


[](https://opensource.org/licenses/MIT)
## Quick usage
### 1) Get your copy
```
npx github:thisloke/node-base my-project
```
### 2) Start development
```
npm run build:watch
npm run test:watch
```
### 3) Build
```
npm run build
```
### 4) Run
```
npm run start
```