This project was bootstrapped with Create React App.
- Clone this repo.
- Open terminal inside the project directory, and give command
npm install
- After npm has completed installing packages, give
npm run start
command in same terminal. - 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.
- 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.
In the project directory, you can run:
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.