Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 782 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 782 Bytes

Zero-dependency blog

A no-framework blog project using Typescript, markdown and vanilla HTML & CSS. Built in a day with ❤️ by Alex McGovern.

Features

  • 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

Run Locally

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

Deployment

To build this project for deployment

  npm run build

Then copy the contents of the dist folder to your web server.