Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 704 Bytes

step8.md

File metadata and controls

29 lines (18 loc) · 704 Bytes

Step 8 - Get ready for the cms project

git checkout step8
git merge step7

For the rest of the workshop your job is to build the proper CMS. We have done the front-end code for you - you only need to worry about the server side of the application.

Let's clean up unnecessary files.

Delete the public folder

Keep handler.js, but delete all the code so that it's empty

Keep server.js, but delete all the code so that it's empty too

Are you sure that you have deleted the public folder? This is really important.

If yes, then commit your changes:

git add .
git commit -m 'enter relevant message'
git push origin step8