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?
- Clone the repo.
- run
npm run setup
- Make sure you answer
web/build
to "What do you want to use as your public directory?", Rest you can leave default. - If everything went right you should be able to see the app on 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