Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/simonswiss/tailwind-starter

A starter kit to get going with tailwind, gulp and browser-sync.
https://github.com/simonswiss/tailwind-starter

Last synced: about 2 months ago
JSON representation

A starter kit to get going with tailwind, gulp and browser-sync.

Awesome Lists containing this project

README

        

## Tailwind Starter

#### A starter kit to get going with tailwind, gulp and browser-sync.

![tailwind starter kit](https://i.imgur.com/gdQSqZX.png)

Time to design in the browser and create something awesome with [tailwind](https://tailwindcss.com)!

This starter kit gives you a [browser-sync dev server](https://browsersync.io), which comes pretty handy. Everytime you save a HTML file, your browser will inject new styles / reload the page for your convenience, so you can focus on what you're creating.

Go ahead and build something cool!

### How to get started?

1. Clone this repo
2. `yarn` or `npm install` to install the required dependencies
3. Customise the `tailwind.js` config file (only if needed!)
4. `gulp` to kickoff the dev server, and open your browser window. Optionally you can run the following:
* `yarn dev` or `npm run dev` to start the development server
* `yarn build` or `npm run build` to run a build without starting the server
5. Edit `index.html` in `./dist/` and start creating!

If you make changes to the tailwind config, you may need to stop and restart the browser-sync server for changes to apply.

**Have fun!** 🎉