- React.js (create-react-app)
- Bootstrap (reactstrap)
- react-redux-firebase
- react-redux
- redux-firestore
- Firebase
- Install VS Code.
- Clone the repository using github How to.
- In the terminal, enter
npm install
to install all dependencies. - Enter
npm run start
after the dependencies are installed. - The site will be visible on
localhost:3000