Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 391 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 391 Bytes

@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-starter2.fly.dev/