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
Description
Languages
TypeScript
88.9%
HTML
6.3%
JavaScript
4.3%
Less
0.4%