Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 529 Bytes

File metadata and controls

25 lines (15 loc) · 529 Bytes

Getting Started with Create React App

This project was bootstrapped with Create React App.

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.

Used Command:

  1. npm create-react-app cargo
  2. cd cargo
  3. npm install @material-ui/core
  4. npm install react-bootstrap bootstrap

Project Run:

  1. npm install
  2. npm start