Helper command to scaffold a new Vulcan project.
# npm
npm create @vlcn.io@latest your_project_name
# pnpm
pnpm create @vlcn.io your_project_name
# yarn
yarn create @vlcn.io your_project_name
Generates the following scaffolding which:
- Puts a reactive DB in your app
- Syncs with a server
- Integrates with React
Example: https://vite-starter2.fly.dev/