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.

Home Page:https://roshan.digital/host-a-react-app-on-firebase-in-30-seconds/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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?

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/

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

About

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://roshan.digital/host-a-react-app-on-firebase-in-30-seconds/


Languages

Language:JavaScript 69.1%Language:HTML 17.8%Language:CSS 9.6%Language:TypeScript 3.5%