Skip to content

Introduction: Installation and Briefs

Hemant Karekar edited this page Jul 20, 2021 · 5 revisions

ReactApplications

All the Clones of the famous website made in ReactJS

Table of Contents

  1. Setup React Application with Firebase

Setup React App with Firebase

Steps for setting up a ReactJS application

  1. Install and update NodeJS by using npm i -g npm@latest && npm cache clean -f
  2. Use the command npx create-react-app app to create a new react application into the root folder.
  3. Use cd app to navigate to the react application.
  4. Use npm install --save react-router-dom to install routing in React App
  5. Use code to open the currently active folder in VSCode.
  6. (optional)Open GitHub and Sync Repository for version control.

Steps for setting up the Firebase

  1. Click on Add Project

    image

  2. Name your project as amazon-clone and click Continue. (amazon-clone being your project name)

    image

  3. Accept and Select Configuration for Google Analytics to add to your project and wait until this screen appears on your screen.

    image

  4. You'll have this showing up on your screen.

    image

    Then click on the </> icon to add and set up a new WebApp.

  5. Set a name for your WebApp and choose.

    image