-
Clone down this repo
-
Then install the library dependencies. Run:
npm install
-
Run
npm start
in your terminal. -
Go to
http://localhost:8080/
in your browser and you should see the page! -
When ready to quit hit
ctrl + c
in your terminal to stop the server.
- Utilize APIs
- Utilize Fetch: GET, POST, & DELETER
- Testing all files, including sad paths
- Testing with Chai Spies
- SRP and DRY code
- Create a DomUpdates file to handle DOM changes
- Get more practice with SASS