2024-09-29.12-15-41.1.1.mp4
Type the command to initialise and create a react project and hit enter:
npx create-react-app <PROJECT_NAME>
To clone a repository type command:
git clone https://github.com/Nit-isha/Online-Pizza-Order-Frontend.git
Type the command after the dollar sign to install the dependencies and hit enter:
npm install
Type the command after dollar sign to start react program on default port number PORT 3000
.
npm run start