Link: https://binance-quiz-vincent.now.sh
$ yarn // installs dependencies
If your Node version is older than 17
$ yarn develop // starts the webpack dev server accesible on http://localhost:8080/
If your Node version 17 or newer
$ NODE_OPTIONS=--openssl-legacy-provider yarn develop // starts the webpack dev server accesible on http://localhost:8080/
yarn test
- react - view library
- webpack - module bundler
- babel - JS transpiler
- jest - Snapshot testing
- react test library - React testing
- styled components - CSS in JS
- axios - HTTP client