/blog-example

Example blog using Markdown, Handlebars and Express

Primary LanguageHandlebarsMIT LicenseMIT

blog-example

This repo uses using Handlebars, Markdown and Express to create a blog.

Usage

  1. Run yarn (or npm install).
  2. Run yarn start (or npm start).
  3. Go to http://localhost:8000/blog in your browser.