Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit bb40353

Browse files
committed
📄 docs: highlight working svelte-add presets
1 parent 15a2696 commit bb40353

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ But, once we move on, I won't be creating project bases (templates / boilerplate
4343
```sh
4444
npm init svelte@next # Use the official template from create-svelte
4545

46-
npx use-preset babichjacob/svelte-add-firebase-hosting # Apply the changes to set up Firebase deployment for create-svelte
46+
npx use-preset babichjacob/svelte-add-postcss # Apply the changes to set up PostCSS for create-svelte
47+
npx use-preset babichjacob/svelte-add-tailwindcss # Apply the changes to set up Tailwind CSS for create-svelte as long as PostCSS is already set up
48+
# The above commands already work, by the way
4749

50+
# The following are hypothetical commands and the real ones might look and work differently:
4851
npx use-preset babichjacob/svelte-add-typescript # Apply the changes to set up TypeScript for create-svelte
4952
npx use-preset babichjacob/svelte-add-typegraphql # Apply the changes to set up TypeGraphQL for create-svelte as long as TypeScript is already set up
5053

51-
npx use-preset babichjacob/svelte-add-postcss # Apply the changes to set up PostCSS for create-svelte
52-
npx use-preset babichjacob/svelte-add-tailwindcss # Apply the changes to set up Tailwind CSS for create-svelte as long as PostCSS is already set up
53-
54-
# Remember, the above are hypothetical commands and the real ones might look and work different
54+
npx use-preset babichjacob/svelte-add-firebase-hosting # Apply the changes to set up Firebase deployment for create-svelte
5555
```
5656

5757
This should have the same result as cloning a project base, but there are more reasons to reach for this solution:

0 commit comments

Comments
 (0)