Get your hands on a tailwind project without setting up all that garbage
- Clone the repo
- Run
npm i
to install all dependencies - Run
npm run build
to build
Add the code that you want in /src/index.ts
, add your custom styles in /src/styles/mainStyle.css
& modify the page layout in /dist/index.html