Go to file
Alex Louden b6702363ea
v0.0.6
2020-08-03 13:24:46 +08:00
react v0.0.6 2020-08-03 13:24:46 +08:00
src Added a few extra keywords 2020-08-03 09:08:48 +08:00
.gitignore v0.0.2 2020-08-03 11:58:33 +08:00
LICENSE Added eleventy + tailwind boilerplate 2020-05-25 18:01:32 +08:00
README.md Added eleventy + tailwind boilerplate 2020-05-25 18:01:32 +08:00
createZip.js Updated zip folder name 2020-08-01 17:10:46 +08:00
package.json Changed run command 2020-07-31 10:44:18 +08:00
postcss.config.js Added next batch of icons 2020-05-26 18:10:03 +08:00
tailwind.config.js Got all options working for copying and downloading 2020-07-30 20:59:48 +08:00
webpack.config.js Added keywords, added link button 2020-05-26 10:50:53 +08:00
yarn.lock Moved icons, setup download all button 2020-07-31 10:32:54 +08:00

README.md

Tailwind CSS Webpack Starter Project

This is an example of a super simple Webpack setup for using Tailwind CSS.

To get started, clone the project and install the dependencies:

# Using npm
npm install

# Using Yarn
yarn

After that, start up Webpack Development Server:

npm run dev

Webpack Development Server will watch /src/styles.css and /tailwind.js and rebuild your stylesheet on every change.

You can play around with /index.html to see the effects of your changes.

To build a production bundle run:

npm run prod

After that you will have a ready to deploy bundle at /dist

Contributing

Have a lot of experience with Webpack and suggestions on how we could improve this starter template? We'd love a PR!