0.0.5 • Published 2 years ago
@vlcn.io/create v0.0.5
@vlcn.io/create
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-starter.fly.dev/