21 lines
No EOL
208 B
Markdown
21 lines
No EOL
208 B
Markdown
<h1 align="center">
|
|
node-base-project
|
|
</h1>
|
|
|
|
## Quick usage
|
|
|
|
### 1) Start development
|
|
```
|
|
npm run build:watch
|
|
npm run test:watch
|
|
```
|
|
|
|
### 2) Build
|
|
```
|
|
npm run build
|
|
```
|
|
|
|
### 3) Run
|
|
```
|
|
npm run start
|
|
``` |