Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phartenfeller/svelte-tailwind-template
A starter template to get up and running with Svelte + TailwindCSS
https://github.com/phartenfeller/svelte-tailwind-template
starter starter-template svelte tailwind tailwindcss template
Last synced: 1 day ago
JSON representation
A starter template to get up and running with Svelte + TailwindCSS
- Host: GitHub
- URL: https://github.com/phartenfeller/svelte-tailwind-template
- Owner: phartenfeller
- Created: 2020-06-19T09:41:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T08:24:06.000Z (9 days ago)
- Last Synced: 2024-11-05T09:27:05.739Z (9 days ago)
- Topics: starter, starter-template, svelte, tailwind, tailwindcss, template
- Language: JavaScript
- Homepage:
- Size: 948 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Svelte Tailwind Template
This is a project template for [Svelte](https://svelte.dev) apps with [TailwindCSS](https://tailwindcss.com/).
## Includes
- Svelte
- TailwindCSS
- ESLint
- Prettier## Get started
Install the dependencies:
```bash
npm install
or
yarn
```Start coding:
```bash
npm run dev
or
yarn dev
```Navigate to [localhost:5000](http://localhost:5000) and change the site.
## Building and running in production mode
To create an optimised version of the app:
```bash
npm run build
or
yarn build
```