Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Lukem121/svelte-vite-tailwind-template
Nice and easy template to get started. Lightning fast ⚡
https://github.com/Lukem121/svelte-vite-tailwind-template
Last synced: about 1 month ago
JSON representation
Nice and easy template to get started. Lightning fast ⚡
- Host: GitHub
- URL: https://github.com/Lukem121/svelte-vite-tailwind-template
- Owner: Lukem121
- Created: 2021-03-21T16:09:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T05:22:26.000Z (9 months ago)
- Last Synced: 2024-03-02T06:30:54.753Z (9 months ago)
- Language: Svelte
- Homepage:
- Size: 95.7 KB
- Stars: 34
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Depreciated ⚠️
# svelte-vite-tailwindcss3-template
This is a fork of Svelte's project template to enable usage of Tailwindcss. Refer to https://github.com/sveltejs/template for more info.
To create a new project based on this template using [degit](https://github.com/Rich-Harris/degit):
```bash
npx degit lukem121/svelte-vite-tailwind-template svelte-app
cd svelte-app
```_Note that you will need to have [Node.js](https://nodejs.org) installed._
## Get started
Install the dependencies...
```bash
cd svelte-app
npm install
```