create-convex v0.0.23
create-convex
Scaffolding Your First Convex Project
$ npm create convex@latestThen follow the prompts!
You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Convex project with no client, run:
npm create convex@latest my-app -- -t bare-t is a shorthand for --template
Currently supported template presets include:
barenextjs-shadcnnextjs-clerknextjs-convexauth-shadcnnextjs-lucia-shadcnreact-vite-clerk-shadcnreact-vite-shadcn
You can use . for the project name to scaffold in the current directory:
npm create convex@latest .You can use any repository on GitHub as a template by providing the owner and repo names:
npm create convex@latest my-app -- -t thomasballinger/convex-clerk-users-tableoptionally with a branch name:
npm create convex@latest my-app -- -t 'thomasballinger/convex-clerk-users-table#branch'12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago