This is a scaffold like React Redux project. It contains a primary protected route. After signing in you would see a classic Todo app. It is intended to be used by my blog post readers as a sample project to learn how to deploy React Redux apps to Googl Firebase.
You should have Node Js installed (v10+ LTS) as a prerequisite. This app is built with create-react-app
.\
- Clone the repo & extract the files if zipped.\
- Run
npm install
in project root directory.\ - Runs the app in the development mode.\
- Open http://localhost:3000 to view it in the browser.
I have used Bootstrap theme from Bootswatch, they have very nice collection containing several customized bootstrap themes.