Assignments are located here.
- Clone this repo
- Install dependencies:
npm install
- Copy
src/index.js.template
file and make new file:src/index.js
- Update line 4 in
index.js
to reflect your student id number - Note: This file will not be checked into the repo because it has been added to the
.gitignore
file
- Update line 4 in
- Start the live server:
npm start
- Observe your browser:
localhost:3000
- React
- ALWAYS keep the console open (Ctl+Shift+i)
- ALWAYS check the Network tab when calling Web APIs