Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 474 Bytes

File metadata and controls

22 lines (13 loc) · 474 Bytes

This is my Car Booking app project based on React + Redux.

To run this app locally we have to RUN :

This app should be cloned into a car-web folder.

cd car-web-code

into the folder.

Then we have to RUN:

npm i

Finally, we RUN :

npm start

To view the app, we have to open

http://localhost:3000/car-web/ in the browser.

The page will reload if we make edits.