290 B
290 B
Environment Prepare
yarn
Start project
yarn start
Build project
yarn build
Check code style
yarn lint
You can also use script to auto fix some lint error:
yarn lint:fix
Test code
yarn test