Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.04 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.04 KB

PeerReview

Hello

You will need 3 things:

NodeJs

  • This allows you to use all the necessary software

GitHub Desktop

Visual Studio Code

Directions

Log into Github Desktop and clone this repository, then open it in Visual Studio Code to start editing. Open the terminal by going into Terminal > New Terminal and type "cd front-end && npm install" into the terminal- this will install all the necessary packages needed to run the app. Next, type "npm start" in the terminal to run the project. Start editing "App.js" found int "/front-end/src/App.js" to see your changes live!

For more information on how to build an React App, please visit

https://reactjs.org/docs/hello-world.html <<<<<<< HEAD

d9820d2108368c403f92ab9a9946be814c1f5a34