first commit
This commit is contained in:
commit
ae301e44f4
7 changed files with 685 additions and 0 deletions
19
Readme.md
Normal file
19
Readme.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Very Simple node boilerplate
|
||||
|
||||
## Quick usage
|
||||
|
||||
### To start development
|
||||
```
|
||||
npm run build:watch
|
||||
npm run test:watch
|
||||
```
|
||||
|
||||
### To build
|
||||
```
|
||||
npm run build
|
||||
```
|
||||
|
||||
### To start
|
||||
```
|
||||
npm run start
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue