Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 977 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 977 Bytes

Instructions - pre-demo

  1. In the top right corner, click the Fork button. Please fork this repo to your own GitHub account.
  2. Create an account with Netlify with the same GitHub account.

[Optional] - run this app on your own local machine

Note: this will not be covered in the demo. If you have any questions about how to run a React app on your local machine, feel free to send a message in the UofT Web Dev discord and someone can help you out!

Pre-requisites - Make sure to have the following installed:

Steps to run:

  1. Clone this repo git clone https://github.com/uoftweb/w2-deployment-demo.git
  2. cd w2-deployment-demo
  3. Run npm install to add all the node_modules - this step will take a while.
  4. Run npm start and open http://localhost:3000

For more information about developing with React, check out this tutorial: https://reactjs.org/tutorial/tutorial.html!