Technologies used:
- React for the Front End UI
- Google Cloud Firestore as the database
- React-Redux for the global state management
- Semantic UI React for the styling
src
|_ Components
|_ Home
|_ HomePage.js
New components should be added to the Components
directory.
$ npm install
$ npm start
Go to:
http://localhost:3000