Starter project I use when creating statics HTML sites using TailwindCSS
TailwindCSS, NodeJS, NPM, PostCSS, GulpJS, PurgeJS, http-server
Ensure that you have node and npm installed before running running the project.
npm install
To simplify the process of running your code locally, you can using the simple and amazing http-server to run your code locally. You can install it globally using:
npm install --g http-server
npm install --g gulp
npm run build
To be filled in later
Will add important resources later