Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 439 Bytes

step09.md

File metadata and controls

23 lines (13 loc) · 439 Bytes

Step 9 - Build the CMS!

Run the server to see what the CMS looks like!

Everything is broken...

Fix it!

Your job is to write a new server and handler. You'll serve the public assets and handle any embedded requests in the index.html.

Good luck! Remember, work with your team and chat with your mentor!


Commit your changes

git add .
git commit -m 'enter relevant message'