Simplify installation instructions

This commit is contained in:
Marcello 2021-08-20 11:49:24 +02:00 committed by GitHub
parent 613963b4df
commit b3f223d69a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,8 +4,10 @@
npx degit sveltejs/template <project name>
# set project to use typescript
npm install --save-dev @tsconfig/svelte typescript svelte-preprocess svelte-check
node scripts/setupTypeScript.js
# or using vite
npm init vite@latest
```
## App Entrypoint