https://github.com/venky-123-debug/svelte-tailwindcss-template
https://github.com/venky-123-debug/svelte-tailwindcss-template
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/venky-123-debug/svelte-tailwindcss-template
- Owner: venky-123-debug
- Created: 2022-10-19T15:57:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T15:57:41.000Z (over 2 years ago)
- Last Synced: 2025-02-15T10:13:57.340Z (4 months ago)
- Language: Svelte
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Svelte template with Tailwind CSS
![]()
![]()
## Developing
Once you've created a project and installed dependencies with `npm install`, start a development server:
```bash
npm run dev
```## Building
To create a production version of your app:
```bash
npm run build
```You can preview the production build with `npm run preview`.
## Manual Installation
In [this article](https://www.jhanca.site/blog/how-to-install-tailwind-css-with-svelte) I explain step by step how to install and configure Tailwind CSS in a Svelte project.