Frontend project for codecorgi.
Decided to open source it so that users can look at a non trivial codebase and follow development.
Based on Create React App Redux, a minimalist React, React Router, Redux and Redux Thunk boilerplate.
- Tutorial: Getting started with create-react-app, Redux, React Router & Redux Thunk
- Example: View on Heroku
git clone https://github.com/notrab/create-react-app-redux.git
cd create-react-app-redux
npm i
npm start
You need to run a copy of the backend alongside and add all the env variables for it to work proper.