Skip to content

nagraham/example-static-blog

Repository files navigation

Example Static Blog

This is an example static blog using NextJS, ReactJS, TypeScript, and Tailwind. For more details and walkthrough, check out this blog post.

This blog uses the following tools/libraries:

  • TypeScript
  • ReactJS
  • NextJS (dev framework; generates the static assets)
  • TailwindCSS (framework for styles)
  • Unified, Remark, Rehype (to render Markdown)
  • PrismJS (for syntax-highlighting)

Commands

To run a local dev server:

npm run dev

To build and export everything as a bundle of static assets in the out directory.

npm run export

About

An example static blog using NextJS, TypeScript, ReactJS, TailwindCSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published