Skip to content

Commit

Permalink
Merge pull request #146 from Prinzhorn/patch-3
Browse files Browse the repository at this point in the history
Add quick start using degit
  • Loading branch information
EMH333 committed Sep 9, 2022
2 parents e8f47f6 + 64d20d5 commit f316202
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Expand Up @@ -26,7 +26,15 @@ esbuild
.catch(() => process.exit(1));
```

The `example-js` folder of this repository is a great starting off point for a "complete" project.
The `example-js` folder of this repository is a great starting off point for a "complete" project. You can quickly get started using [degit](https://github.com/Rich-Harris/degit):

```sh
# Clone the JavaScript example to get started
npx degit EMH333/esbuild-svelte/example-js my-svelte-app

# Clone the TypeScript example to get started
npx degit EMH333/esbuild-svelte/example-ts my-svelte-app
```

### CSS Output

Expand Down

0 comments on commit f316202

Please sign in to comment.