Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 581 Bytes

step9.md

File metadata and controls

29 lines (18 loc) · 581 Bytes

Step 9 - Build the CMS!

git checkout step9
git merge step8

You'll see that there's a new public folder with different files. 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'
git push origin step9