Skip to content

ralphja16/tailwindcss-demo

Repository files navigation

Getting started

Start in your command line the css compile watch as described below and start your live reload server. For example the Live Server extention for VSCode. Live Server extention Link.

Css compiler

npx tailwindcss -i ./src/main.css -o ./dist/main.css --watch

Production

npx tailwindcss -o ./dist/main.css --minify

About

Tailwind framework demo of hollandsnieuwe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors