feat:
This commit is contained in:
35
README.md
Normal file
35
README.md
Normal file
@ -0,0 +1,35 @@
|
||||
## Environment Prepare
|
||||
|
||||
```bash
|
||||
yarn
|
||||
```
|
||||
|
||||
### Start project
|
||||
|
||||
```bash
|
||||
yarn start
|
||||
```
|
||||
|
||||
### Build project
|
||||
|
||||
```bash
|
||||
yarn build
|
||||
```
|
||||
|
||||
### Check code style
|
||||
|
||||
```bash
|
||||
yarn lint
|
||||
```
|
||||
|
||||
You can also use script to auto fix some lint error:
|
||||
|
||||
```bash
|
||||
yarn lint:fix
|
||||
```
|
||||
|
||||
### Test code
|
||||
|
||||
```bash
|
||||
yarn test
|
||||
```
|
Reference in New Issue
Block a user