Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcograhl/tailwindcss-svelte-starter
Tailwindcss v1 + Svelte v3 = <3
https://github.com/marcograhl/tailwindcss-svelte-starter
Last synced: 16 days ago
JSON representation
Tailwindcss v1 + Svelte v3 = <3
- Host: GitHub
- URL: https://github.com/marcograhl/tailwindcss-svelte-starter
- Owner: marcograhl
- Created: 2019-05-21T12:36:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:06:23.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T00:49:44.506Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 992 KB
- Stars: 116
- Watchers: 4
- Forks: 21
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tailwindcss-svelte-starter
A starter for building Svelte web apps with tailwindcss.
## Getting Started
```bash
git clone https://github.com/marcograhl/tailwindcss-svelte-starter
```Then, install the dependencies:
```bash
npm install
```Use Tailwindcss (https://tailwindcss.com/)
## Building and Developing
### Build
```bash
npm run build
```### Development
Development mode will:
- build on file change
- serve locally atlocalhost:5000
- live reload```bash
npm run dev
```## Credits
Inspired by [sveltejs/template](https://github.com/sveltejs/template)