diff --git a/day3/homework/README.md b/day3/homework/README.md index 5eb6f8f..41a9ea9 100644 --- a/day3/homework/README.md +++ b/day3/homework/README.md @@ -1,3 +1,7 @@ # Homework Finish all labs from [today](../student_labs/) and [yesterday](../../day2/student_labs/) + +## Stretch + +Add an angular front end. Just drop your files wherever and reference them normally. For instance if you had `index.html` in the root of the project, you can get to it via http://localhost:8888/index.html `app.js` would be `http://localhost:8888/app.js`.