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.
$ git clone git@github.com:vikasganiga05/tailwind-vite-starter.git
$ gh repo clone vikasganiga05/tailwind-vite-starter
$ git clone https://github.com/vikasganiga05/tailwind-vite-starter.git
After cloning the repository,
$ cd tailwind-vite-starter
$ npm install
# 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.
# 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!
- 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 a lot for spending your time helping tailwind-vite-starter grow. Thanks a lot! Keep rocking 🍻
- Create a GitHub issue for bug reports and feature requests.
- Follow @vikasganiga05 for announcements.
- Add a ⭐️ star on GitHub and to support the project!
This project is licensed under the terms of the MIT license. © Vikas Ganiga