Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 662 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 662 Bytes

Tailwind CSS Playground

A simple starter project for playing around with Tailwind in a proper PostCSS environment.

To get started:

  1. Clone the repository:

    git clone https://github.com/rareyman/tailwindcss-starter.git
    
    cd tailwindcss-starter

    (Optional: Rename project.)

  2. Install the dependencies:

    # Using npm
    npm install
    
    # Using Yarn
    yarn
  3. 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.

  4. Open public/index.html in your editor and start experimenting!