DylanPiercey / marko-vite-fastify-ssg

Marko example using vite, fastify & ssr-to-html to produce a static site.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Marko Static Site Generation

Stack

  • Vite
  • Fastify

Getting Started

npm install
npm run dev

Production Build

npm run build

# Then use any static file server
npx serve ./dist

About

Marko example using vite, fastify & ssr-to-html to produce a static site.


Languages

Language:Marko 54.7%Language:JavaScript 45.3%