Just a simple tailwindcss practice project for an imaginary coffee shop
Remember to install all the required dependencies.
npm install
In the project directory, you can run:
npm run start
Serve the html file using serve. By default serve uses http://localhost:5000 to serve the content.
npm run post-css:watch
Run this command to listen for css changes using post-css.
npm run post-css:build
Creates a tailwindcss bundle using post-css.