Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 315 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 315 Bytes

Create Tailwindcss HTML boilerplate for new project.

Start with create tailwind

step 1

Firstly Install the create-tailwind npm package with global.

npm i -g create-tailwind

step 2

Secondly run the create-tailwind command in your terminal.

npx create-tailwind <project-name>