Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Latest commit

 

History

History
44 lines (26 loc) · 947 Bytes

README.md

File metadata and controls

44 lines (26 loc) · 947 Bytes

TailwindCSS Snowpack Starter

A simple TailwindCSS and Snowpack starter template. Helpful for designers wanting to have a fast and easy starting point for mocking up web pages with TailwindCSS.

To get started:

  1. Clone the repository:

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

1a. Optional: Rename project folder and rename project name in package.json

1b. Optional Git: Remove Remote to disassociate project from the original starter project

git remote remove origin

1c. Optional Git: Add Remote to your own Git Repository

  1. Install the dependencies:

    # Using npm
    npm install
  2. Start the development server:

    # Using npm
    npm start

    Now you should be able to see the project running at localhost:8888.

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