Working prototype for event organizing app built with React, Redux, Semantic-UI & Firestore.
The app is built with create-react-app. So, to get start with:
> git clone https://github.com/kukiron/Revents.git
> cd Revents
> npm install
> npm start
You need to set up a project in firebase & in Google for this repo to function properly. Use the Google API key & Firebase config object from respective developer consoles & create file ./src/app/config/firebase.js
.
// Firebase configuration from dev console
firebaseConfig: {
apiKey: "....",
authDomain: "....",
databaseURL: "....",
projectId: "....",
storageBucket: "....",
messagingSenderId: "...."
}