vlcn-io / vite-starter

scaffold for a vitejs based vlcn project
32 stars 6 forks source link

vite-starter

Getting started with pnpm/npm/yarn create:

# npm
npm create @vlcn.io@latest your-app-name
# pnpm
pnpm create @vlcn.io your-app-name
# yarn
yarn create @vlcn.io your-app-name

Or, just cloning directly:

git clone git@github.com:vlcn-io/vite-starter.git
npm install
npm dev

What you get:

Demo Video: example scaffolding result

Deployed Scaffolding: https://vite-starter2.fly.dev/ Try it out! Collaborate between all your devices.