- Create
.env.js
withfirebaseConfig
(firebase project - api keys) - Add line
export default firebaseConfig;
after pasting api config-
ex:
const firebaseConfig = { ... } export default firebaseConfig;
-
In the project directory, you can run:
- Run locally
- http://localhost:3000
- Run Unit Testing
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!