Community for sharing and reading quotes with user management.
Keywords: React, Context, Firestore / Firebase, Google OAuth, ES6+, Async / Await, CSS, MD Bootstrap, Spring Animation.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Builds the app and deploys it to Firebase with hosting features. In order to do this you have to initialize a Firebase project that can be used for the Firebase hosting features. Step by step guide:
npm installto install all dependencies and packagesfirebase loginto associate the Firebase CLI with a Firebase accountfirebase initwill initialize a Firebase project that can be used for the Firebase hosting features- Follow the guide in Firebase CLI to configure
firebase deployto deploy the application
After the initial initialization you can run npm run build && firebase deploy to build and deploy to Firebase.