Use public API and react to build data visualization website
- Yarn over NPM: speed and easy config
- AntD: Enterprise level UI framework
- Jest + Enzyme: Best integration and shallow rendering
Start development mode
yarn start
Start test mode
yarn test
Generate test coverage report
yarn test --coverage
To add external package, e.g. enzyme
yarn add enzyme --dev
To run storybook UI testing
yarn storybook
For environment constants, e.g. API key, copy the content in .env and replace them in your .env.local