Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/EricPKerr/sapper-tailwindcss

Sapper, Svelte, TailwindCSS, PurgeCSS starter with Prettier and ESLint enabled
https://github.com/EricPKerr/sapper-tailwindcss

Last synced: about 2 months ago
JSON representation

Sapper, Svelte, TailwindCSS, PurgeCSS starter with Prettier and ESLint enabled

Awesome Lists containing this project

README

        

# Sapper TailwindCSS Starter

This pulls together Sapper, Svelte 3, Tailwind CSS, and PurgeCSS to create a simple starter kit for the sveltest apps ever.

## Development

To clone it and get started:

```bash
git clone https://github.com/EricPKerr/sapper-tailwindcss.git
cd sapper-tailwindcss
npm install # or yarn!

touch .env

npm run dev
```

Open up [localhost:3000](http://localhost:3000).