create-vite-ssg
v0.0.1
Published
Tool for scaffolding static html websites built with vite and markdown using `npm create`
Downloads
173
Readme
create-vite-ssg
A simple template for scaffolding a static html website project using markdown files & vite. Powered by andrew-chang-dewitt/vite-plugin-static-md.
Usage
Create a new project with
npm create vite-ssg@latest <project-name>
then follow the prompts to select the right options for your project. After initialization, set up your dev environment by running
cd <project-name>
npm i
then start the dev server (powered by vite) using
npm run dev
and open the link given in the command's output (typically localhost:5173
) to see your changes update as you save your files.