A no-framework blog project using Typescript, markdown and vanilla HTML & CSS. Built in a day with ❤️ by Alex McGovern.
- Minimal foot print — only HTML & CSS shipped to the client
- Dev server with hot reload
- Content in markdown, transformed into html with Remark/Rehype
- Build time generated blog index
Clone the project
git clone git@github.com:alex-mcgovern/zero-dependency-blog.gitGo to the project directory
cd zero-dependency-blogInstall dependencies
npm installStart the dev server
npm run devTo build this project for deployment
npm run buildThen copy the contents of the dist folder to your web server.