Code Monkey home page Code Monkey logo

react-app-deploy-to-firebase's Introduction

react-app-deploy-to-firebase

How to deploy a React Application to Firebase?

Deployed React App

1. Create a React App

yarn create react-app example-app and cd example-app

2. Install package "firebase-tools"

npm install -g firebase-tools

3. Login at Firebase account

firebase login

4. Create a Project from Firebase Console

Sample name "furkan-uyanik" for me.

5. Deploy to created React App

npm run build or yarn build

6. Run firebase init

firebase init

Are you ready to proceed? (Y/n) : Yes

Which Firebase CLI features do you want to set up for this folder? : (Selected -> Hosting)

() Database ( ) Firestore ( ) Functions (*) Hosting ( ) Storage ( ) Emulators

  • Please select an option: (Selected -> Use an existing project)
  • Select a default Firebase project for this directory: (Selected -> furkanuyanik-1234)
  • What do you want to use as your public directory: build
  • Configure as a single-page app (rewrite all urls to /index.html)? (y/N) : No
  • File build/index.html already exists. Overwrite? (y/N) : No

7. Deploy Firebase

firebase deploy

Deploy Completed!

react-app-deploy-to-firebase's People

Contributors

furkanuyanik avatar

Stargazers

Jay C. avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.