We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da2fb99 commit eda3c86Copy full SHA for eda3c86
README.md
@@ -1,10 +1,9 @@
1
-# svelte-starter-postcss
+# tailwindcss-svelte-starter
2
3
A starter for building Svelte web apps with tailwindcss.
4
5
## Getting Started
6
7
-
8
```bash
9
git clone https://github.com/marcograhl/tailwindcss-svelte-starter
10
```
@@ -29,13 +28,14 @@ npm run build
29
28
30
Development mode will:
31
32
-- build on file change
33
-- serve locally at <code>localhost:5000</code>
34
-- live reload
+- build on file change
+- serve locally at <code>localhost:5000</code>
+- live reload
35
36
37
npm run dev
38
+
39
## Credits
40
41
-Inspired by [sveltejs/template](https://github.com/sveltejs/template)
+Inspired by [sveltejs/template](https://github.com/sveltejs/template)
0 commit comments