# Clone the repository
git clone [email protected]:SurjitSahoo/modern-react-demo.git
# Go to project directory
cd modern-react-demo
# install dependencies
pnpm install
# start API server
pnpm api
# start react app
pnpm start
[x] Organize client & server states in redux and abstract away client states
[x] Add husky
[-] Add Docker configuration