React Firebase Datta Able
Open-source Full Stack seed project built in React and Firebase on top of Datta Able Dashboard
Last updated
Open-source Full Stack seed project built in React and Firebase on top of Datta Able Dashboard
Last updated
$ git clone https://github.com/app-generator/react-firebase-datta-able.git
$ cd react-firebase-datta-able$ npm i
// OR
$ yarn const config = {
...
firebase: {
apiKey: 'YOUR_API_KEY', # <-- YOUR DATA HERE
authDomain: 'YOUR_DOMAIN_HERE', # <-- YOUR DATA HERE
projectId: 'YOUR_PROJECT_ID', # <-- YOUR DATA HERE
storageBucket: 'YOUR_STORAGE_BUCKET', # <-- YOUR DATA HERE
messagingSenderId: 'YOUR_MESSAGING_SENDER_ID', # <-- YOUR DATA HERE
appId: 'YOUR_APP_ID', # <-- YOUR DATA HERE
measurementId: 'YOUR_TRACKER_ID' # <-- YOUR DATA HERE
}
};$ npm run start
// OR
$ yarn start