mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-04-06 10:56:41 +00:00
Simplify installation instructions
This commit is contained in:
parent
613963b4df
commit
b3f223d69a
1 changed files with 3 additions and 1 deletions
|
@ -4,8 +4,10 @@
|
||||||
npx degit sveltejs/template <project name>
|
npx degit sveltejs/template <project name>
|
||||||
|
|
||||||
# set project to use typescript
|
# set project to use typescript
|
||||||
npm install --save-dev @tsconfig/svelte typescript svelte-preprocess svelte-check
|
|
||||||
node scripts/setupTypeScript.js
|
node scripts/setupTypeScript.js
|
||||||
|
|
||||||
|
# or using vite
|
||||||
|
npm init vite@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
## App Entrypoint
|
## App Entrypoint
|
||||||
|
|
Loading…
Add table
Reference in a new issue