Skip to content

My new project starter kit - Tailwind CSS, PostCSS, Autoprefixer, and HTML boilerplate

Notifications You must be signed in to change notification settings

namzo/new-project-starter-boilerplate

Repository files navigation

new-project-starter-boilerplate

My new project starter kit - Tailwind CSS, PostCSS, Autoprefixer, and HTML boilerplate

How to use

  • Click the "Use this template" button above
  • Or "git clone" this repo

How to build your CSS file:

  • Run 'npm run build' - This will generate a main.css file in the build folder.
  • Cool part about Tailwind css is you won't need a server (for the most part) after the css is built (If you're using the inline classes in your html).

Alternatively using Live Server:

  • Install live server: "npm install -g live-server"
  • start the server by running: "live-server"

About

My new project starter kit - Tailwind CSS, PostCSS, Autoprefixer, and HTML boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages