Skip to content

Latest commit

 

History

History

04-ReactRouter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This project contains the completed code for the React shop built in chapter 4. To restore this:

  • Copy the contents of the 04-ReactRouter folder into a folder of your choice
  • Open the folder in Visual Studio Code
  • Run the following command in the Terminal:
npm install

The following Terminal command will then run the project in the web development server:

npm start