A starting point for testing out TailwindCSS.
nothing special
nothing special
check package.json to see what dependencies will be installed
- git
- webpack
- node (8+) & npm
nothings special
- Clone this repo with
git clone https://github.com/welance/webpack-tailwind-starter [project's_folder]
- get inside [project's_folder] with
cd [project's_folder]
- Run
npm install
to install all needed dependencies
- See "Installation instructions"
- From your project's root run
npm run dev
to create a /dist folder with all assets bundled - From your project's root run
npm run serve
to start playing with this starter - From your project's root run
npm run prod
to create a production deliverable out of your work (/dist folder optimised assets)
If something goes terribly wrong, simply remove everything and go back to the "Installation Instructions"
- tailwindCSS Docs
- TailwindCSS intellisense (VScode plugin)
Please use follow Git Flow workflow