Tailwind CSS Starter
Tailwind CSS with Prettier auto-sorting plugin boilerplate
for rapid developement without the need to configure enviroment from scratch
Quick Start 🏁
- Clone or download this repository via github.
- Install all dev dependencies with npm or yarn.
npm install
yarn install
- For single build run this command in the terminal.
npm run build
- To watch for constant changes type this command.
npm run watch