samuelterra22 / Tailwind-WPPusherCheckout

Rebuild a checkout page from WP Pusher.

Home Page:https://youtu.be/iMKTtbheCeQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tailwind CSS Webpack Starter Project - WP Pusher Checkout Clone

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:

webpack --watch

Webpack 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.

Contributing

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

About

Rebuild a checkout page from WP Pusher.

https://youtu.be/iMKTtbheCeQ

License:MIT License


Languages

Language:JavaScript 63.8%Language:HTML 35.8%Language:CSS 0.4%