Skip to content

Latest commit

 

History

History
84 lines (47 loc) · 4.09 KB

File metadata and controls

84 lines (47 loc) · 4.09 KB

To make this project work in your machine follow below steps:

This project was bootstrapped with Create React App.

  1. Clone this repo.
  2. Open terminal inside the project directory, and give command npm install
  3. After npm has completed installing packages, give npm run startcommand in same terminal.
  4. That's it now the react script will compile the webpack and open your machine's default browser window tab to launch this project live.
  5. If the browser didn't open automatically, you can open the react project in your machine's browser by going to http://localhost:3000 to view the live project.

Design Link

https://xd.adobe.com/view/6ee8c57e-1a04-4784-9ccb-a0036ee82317-3bbb/screen/46318243-65a4-47cd-9d3b-df9aa12107ae


Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.