Open Youtube-Tutorial
In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
npm run build-css
Will build the CSS file (src/style/css/main.css) from the SCSS file (src/style/scss/main.scss)
npm run watch-css
Will execute the "npm run build-css" command everytime the SCSS file will be save.
npm run tailwind-css
Build the tailwind.css file (src/style/css/tailwind.css) with all the reference for the custom functions and directives from Tailwind.
This project exist because i was looking to really learn how to use tailwind in a solid way.