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 startStart test mode
yarn testGenerate test coverage report
yarn test --coverageTo add external package, e.g. enzyme
yarn add enzyme --devTo run storybook UI testing
yarn storybookFor environment constants, e.g. API key, copy the content in .env and replace them in your .env.local