Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 399 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 399 Bytes

Tailwind CSS Starter Project

Tailwind CSS starter project with Vite as a building tool.

Installation

Clone the repo

git clone [email protected]:ap2soft/tailwind-starter.git

Open the directory and install dependencies via npm

cd tailwind-starter
npm install

Start the dev server

npm run dev

Happy coding!