- In the top right corner, click the
Fork
button. Please fork this repo to your own GitHub account. - Create an account with Netlify with the same GitHub account.
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:
- Clone this repo
git clone https://github.com/uoftweb/w2-deployment-demo.git
cd w2-deployment-demo
- Run
npm install
to add all thenode_modules
- this step will take a while. - Run
npm start
and openhttp://localhost:3000
For more information about developing with React, check out this tutorial: https://reactjs.org/tutorial/tutorial.html!