https://github.com/razorrun/react-firebase-boilerplate
React - Firebase boilerplate. I have enabled firebase cloud functions & hosting. At the time of writing it has the latest react starter app and expecting to add features like git/bitbucket CICD etc.
https://github.com/razorrun/react-firebase-boilerplate
firebase firebase-boilerplate firebase-database firebase-hosting react reactjs
Last synced: 3 months ago
JSON representation
React - Firebase boilerplate. I have enabled firebase cloud functions & hosting. At the time of writing it has the latest react starter app and expecting to add features like git/bitbucket CICD etc.
- Host: GitHub
- URL: https://github.com/razorrun/react-firebase-boilerplate
- Owner: razorRun
- Created: 2020-08-28T10:34:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T14:27:34.000Z (over 4 years ago)
- Last Synced: 2025-01-12T00:47:08.452Z (4 months ago)
- Topics: firebase, firebase-boilerplate, firebase-database, firebase-hosting, react, reactjs
- Language: JavaScript
- Homepage: https://roshan.digital/host-a-react-app-on-firebase-in-30-seconds/
- Size: 439 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-firebase-boilerplate
React - Firebase boilerplate. I have enabled firebase cloud functions & hosting. At the time of writing it has the latest react starter app and expecting to add features like git/bitbucket CICD etc.
More information can be found on [How to host a React App on Firebase in 30 seconds?](https://roshan.digital/host-a-react-app-on-firebase-in-30-seconds/)
### To start
1. Clone the repo.
2. run `npm run setup`
3. Make sure you answer `web/build` to "What do you want to use as your public directory?", Rest you can leave default.
4. If everything went right you should be able to see the app on [http://localhost:5000/](http://localhost:5000/)Tip: To serve the app later, run `firebase serve` or `npm run serve`
Tip: To update run all the packages `npm run update` FYI: make sure you have [yarn installed](https://classic.yarnpkg.com/en/docs/install/#mac-stable)