Skip to content

Repository files navigation

React Tailwind Boilerplate

This boilerplate is using the newest versions of babel and webpack.

as well as postcss and purgecss so you wont have to worry about css file size

This package is also using styled components
and is fully integrated with it so theres no need
to use external style sheets.

One of the main benefits is being able to make component classes
on the fly like so.

const StyledButton = styled.button`
  ${tw('bg-blue text-white px-8 py-4')};
`;

Instalation


To install package just create a folder for your new file.

open the folder in your terminal and past this into console.

git clone https://github.com/earthbound9/React-Tailwind-Boilerplate.git .

then just use npm install and npm start in your terminal


or you can just download it from my github page

About

A boilerplate for react and tailwind using webpack

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages