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 [email protected]:alex-mcgovern/zero-dependency-blog.git
Go to the project directory
cd zero-dependency-blog
Install dependencies
npm install
Start the dev server
npm run dev
To build this project for deployment
npm run build
Then copy the contents of the dist
folder to your web server.