File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
sites/skeleton.dev/src/content/docs/get-started/installation Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,11 @@ import ProcessStep from '@components/docs/ProcessStep.astro';
27
27
### Create a Project
28
28
Start by creating a new [ Vite] ( https://vite.dev/guide/#scaffolding-your-first-vite-project ) project. This will install React and Typescript.
29
29
```console
30
- npm create vite@latest --template react-ts my-skeleton-app
31
- cd my-skeleton-app
30
+ npm create vite@latest
31
+ - Set your project named as desired
32
+ - Set React as the framework
33
+ - Set Typescript as the variant
34
+ cd { yourProjectName }
32
35
npm install
33
36
```
34
37
</ProcessStep >
Original file line number Diff line number Diff line change @@ -27,8 +27,11 @@ import ProcessStep from '@components/docs/ProcessStep.astro';
27
27
### Create a Project
28
28
Start by creating a new [ Vite] ( https://vite.dev/guide/#scaffolding-your-first-vite-project ) project. This will install Svelte and Typescript.
29
29
```console
30
- npm create vite@latest --template svelte-ts my-skeleton-app
31
- cd my-skeleton-app
30
+ npm create vite@latest
31
+ - Set your project named as desired
32
+ - Set Svelte as the framework
33
+ - Set Typescript as the variant
34
+ cd { yourProjectName }
32
35
npm install
33
36
```
34
37
</ProcessStep >
You can’t perform that action at this time.
0 commit comments