create-vite-ssg
v0.0.5
Published
Tool for scaffolding static html websites built with vite and markdown using `npm create`
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 ithen start the dev server (powered by vite) using
npm run devand open the link given in the command's output (typically localhost:5173) to see your changes update as you save your files.
