This is a boilerplate using tailwindcss
- Clone this repo to your local machine
install packages
yarn or npm install
to use hot reloading install live server as global package or install live-server extension in vscode
npm install -g live-server
starting dev server
yarn start or npm run start
live-server src/
build (this purge the unused css and minify the css file)
yarn build or npm run build