You can check out live preview.
- Clone the repo
git clone https://github.com/KonstHardy/react-redux__comments-app.git
- Go to your project folder from your terminal
- Run:
npm install
- After install, run:
npm start
- It will open your browser (http://localhost:3000)
This project is built on top of Create React App, which means all features that create-react-app supports are available.