Modern React v16.12 application replacing Redux with Context API + Hooks See demo
- Built with Functional Components on top of atlassian/react-sweet-state
- Supports HMR
- Supports Code Splitting
For local development follow these steps:
npm install
cp env.example .env
npm run development
- APP is served at
http://localhost:7777