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:
-
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
-
Install the dependencies:
# Using npm npm install
-
Start the development server:
# Using npm npm start
Now you should be able to see the project running at localhost:8888.
-
Open
public/index.html
in your editor and start experimenting!