Fix install.js
This commit is contained in:
parent
0ddea7c1c6
commit
434d53e034
4 changed files with 49 additions and 7 deletions
21
README-blank.md
Normal file
21
README-blank.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue