Skip to content

A basic and simple to setup Vite with TailwindCSS starter project without any framework.

License

Notifications You must be signed in to change notification settings

vikasganiga05/tailwind-vite-starter

Repository files navigation

Tailwind Vite Starter

image

A starter template for very simple projects (no frameworks) with Tailwind CSS setup as a PostCSS plugin. The Vite made it easy to compile and optimize Tailwind for both development and production.

Open in Gitpod

Installation

SSH

$ git clone [email protected]:vikasganiga05/tailwind-vite-starter.git

GitHub CLI

$ gh repo clone vikasganiga05/tailwind-vite-starter

HTTPS

$ git clone https://github.com/vikasganiga05/tailwind-vite-starter.git

After cloning the repository,

$ cd tailwind-vite-starter
$ npm install

Development

# runs the app in the development mode.
npm run dev

Open http://localhost:3000 to view it in the browser. The page will reload if you make file changes.

You can play around with /src/index.html to see the effects of your changes.

Production

# builds a static copy of your site to the `dist/` folder.
npm run build
# serve the content from the `dist/` folder.
npm run serve

Open http://localhost:5000 to view it in the browser. Your code is now ready to be deployed!

👨‍💻 Contributing

  • Contributions make the open source community such an amazing place to learn, inspire, and create.
  • Any contributions you make are greatly appreciated.
  • Check out our contribution guidelines for more information.

💪 Thanks to all Contributors

Thanks a lot for spending your time helping tailwind-vite-starter grow. Thanks a lot! Keep rocking 🍻

Contributors

🙏 Support

🛡️ License

This project is licensed under the terms of the MIT license. © Vikas Ganiga

About

A basic and simple to setup Vite with TailwindCSS starter project without any framework.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks