Getting started:
npm install
or yarn
Compile the CSS files for the first time:
npm run start
or yarn start
Open the index.html
file in a browser.
When making changes to src/styles.css
or the tailwind config remember to re-run npm run start
to recompile the final css file.