Skip to content
/ pom-chi Public template
forked from leroyrosales/pom-chi

An HTML starter using TailwindCSS.

Notifications You must be signed in to change notification settings

utexas-umac/pom-chi

 
 

Repository files navigation

Pomeranian Chihuahua

Description

An HTML starter using TailwindCSS and Tailwind JIT (Just-In-Time) https://tailwindcss.com/docs/just-in-time-mode.

Why use this starter?

One of my development goals is to eliminate as many steps between initial project ideation and actually building the damn thing. There's plenty of starters out there, however the goal of this starter is to be as lightweight as possible and have the project exist in development the same as it would in production, no need to overcomplicate things.

Installation

Simply run npm i to install all necessary packages. This starter currently uses:

  "dependencies": {
    "autoprefixer": "^10.3.3",
    "cssnano": "^5.0.8",
    "tailwindcss": "^2.2.7"
  },
  "devDependencies": {
    "concurrently": "^6.2.1",
    "cross-env": "^7.0.3",
    "live-server": "^1.2.1"
  }

Using this starter

This starter comes with it's own live-server package, to get up and running locally simply run npm run serve. Running serve sets up a local live-server instance at port 8080 while also watching for markup or style changes applied to any .html files in root, and changes made in the assets/css directory.

If you have a preferred, or are using your own, local live server tool simply run your server and use npm run watch to just watch for changes in any .html file and changes made in the assets/css directory.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

An HTML starter using TailwindCSS.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.0%
  • HTML 2.6%
  • CSS 0.4%