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.7%
HTML
5.7%
JavaScript
4%
Shell
0.7%
Dockerfile
0.5%
Other
0.4%