React 17 starter project for Code App
- Support hot reloading
- Preserve states between reloads using
react-hot-loader
To start, run these commands in the terminal:
npm i
npm run start
To preview the project, open Safari in split view and visit localhost:3000
.