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

https://github.com/samuelterra22/tailwind-refactoringui

Building RefactoringUI.com with Tailwind CSS
https://github.com/samuelterra22/tailwind-refactoringui

css css-framework flex html5 refactoring tailwind tailwindcss ui

Last synced: 5 months ago
JSON representation

Building RefactoringUI.com with Tailwind CSS

Awesome Lists containing this project

README

          

# Tailwind CSS Webpack Starter Project - RefactoringUI Clone

This is an example of a super simple Webpack setup for using [Tailwind CSS](https://tailwindcss.com).

To get started, clone the project and install the dependencies:

```
# Using npm
npm install

# Using Yarn
yarn
```

After that, start up Webpack:

```
webpack --watch
```

Webpack will watch `/src/styles.css` and `/tailwind.js` and rebuild your stylesheet on every change.

You can play around with `/index.html` to see the effects of your changes.

## Contributing

Have a lot of experience with Webpack and suggestions on how we could improve this starter template? We'd love a PR!