Static page with dev server for GTB project
yarn install
If you use npm,
npm install
yarn start
If you use npm,
npm start
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