Tailwind Starter Kit
Download:
Via Git
Clone to your machine
git clone https://github.com/uilibrary/TailwindCss-pug-starter-kit.git
Compile dist files
your work station is the src file you can list files as you wish ( file get compile with gulp )
npm install
npm run dev
(developer mode, autocompile with browsersync support for live demo) , will open on port 8080
, http://localhost:8080/
change that as you want from gulpfile.jsnpm run build
(compile css/js files for production)This is an open source project By Ui-LIB