File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,19 @@ We provide a few templates to help you get started with jwc.js. You can use them
62
62
| --- | --- |
63
63
| [ ` starter-vite-ts ` ] ( https://github.com/jwcjs/core/tree/main/packages/create-jwc/starter-vite-ts ) | A starter template for Vite + TypeScript + Jwc.js |
64
64
65
+ You should see something similar to the following:
66
+
67
+ ```
68
+ ✔ Project name: … my-jwc-app
69
+ ✔ Select a template: › Starter (Vite + TypeScript)
70
+ ✔ Select a package manager: › pnpm
71
+ ✔ Created project in /<path>/my-jwc-app.
72
+ ✔ To get started:
73
+ cd my-jwc-app
74
+ pnpm install
75
+ pnpm run dev
76
+ ```
77
+
65
78
Once the project is created, follow the instructions to install dependencies and start the dev server:
66
79
67
80
::: code-group
You can’t perform that action at this time.
0 commit comments