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)
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