Static page with dev server for GTB project
yarn install
If you use npm,
npm install
yarn test
If you use npm,
npm test
yarn test:watch
yarn test:coverage
yarn run lint
If you use npm,
npm run lint
yarn run format
If you use npm,
npm run format
Your committed code will be automatically format and check lint when submit