- CSS files in src/
- Plain simple public/index.html
- Auto compile and reloading workflow
Clone or degit the project. Then play with public/index.html and src/styles.css.
degit jesperp/tailwind-starter letsgo &&
cd letsgo &&
npm i &&
npm start
First time you start this project might take a few seconds for postcss to compile tailwind. After that, changes should be sub-second.