Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 339 Bytes

File metadata and controls

21 lines (14 loc) · 339 Bytes

08: Optimizing for Production – Tailwind CSS: From Zero to Production

Watch the screencast

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