From 64d20d53a2c4d25f3838e2564eddcd68216d8f88 Mon Sep 17 00:00:00 2001 From: Alexander Prinzhorn Date: Thu, 8 Sep 2022 17:38:10 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2974268..ca746bc 100644 --- a/README.md +++ b/README.md @@ -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