Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 270 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 270 Bytes

my-first-tailwindcss-app

Install the required dependencies with npm:

npm install

Then start the dev server:

npm run dev

Or build for production to remove unused styles:

npm run build

Preview the app:

npm run preview