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

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.

Notifications You must be signed in to change notification settings

rareyman/tailwindcss-snowpack-starter

Repository files navigation

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!

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published