A simple starter project for playing around with Tailwind in a proper PostCSS environment.
To get started:
-
Clone the repository:
git clone https://github.com/rareyman/tailwindcss-starter.git cd tailwindcss-starter
(Optional: Rename project.)
-
Install the dependencies:
# Using npm npm install # Using Yarn yarn
-
Start the development server:
# Using npm npm start # Using Yarn yarn serve
Now you should be able to see the project running at localhost:8080.
-
Open
public/index.html
in your editor and start experimenting!