An open API service indexing awesome lists of open source software.

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.

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)