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
- Host: GitHub
- URL: https://github.com/samuelterra22/tailwind-refactoringui
- Owner: samuelterra22
- License: mit
- Created: 2018-06-12T02:47:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T04:11:43.000Z (about 3 years ago)
- Last Synced: 2025-06-11T20:08:18.576Z (7 months ago)
- Topics: css, css-framework, flex, html5, refactoring, tailwind, tailwindcss, ui
- Language: HTML
- Homepage: https://www.youtube.com/watch?v=banq3TfAPYk
- Size: 249 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!