Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 260 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 260 Bytes

Example: vanilla blog

This is a simple blog like website using no frameworks other than Cherrytree for routing. It simply renders out some html templates in each route.

npm install
npm start

Now open http://localhost:8000.