Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ir3ne/vite-ts-tailwind-starter
🛸 A ready to go Vite starter with TypeScript and Tailwind
https://github.com/ir3ne/vite-ts-tailwind-starter
javascript postcss tailwind tailwindcss typescript vitejs
Last synced: 28 days ago
JSON representation
🛸 A ready to go Vite starter with TypeScript and Tailwind
- Host: GitHub
- URL: https://github.com/ir3ne/vite-ts-tailwind-starter
- Owner: ir3ne
- License: mit
- Created: 2024-04-19T15:21:54.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T12:50:55.000Z (6 months ago)
- Last Synced: 2024-09-28T09:21:48.800Z (about 1 month ago)
- Topics: javascript, postcss, tailwind, tailwindcss, typescript, vitejs
- Language: CSS
- Homepage: https://vite-ts-tailwind-starter.netlify.app/
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Vite TS Starter with Tailwindcss
This is a small TS starter which uses Vite and Tailwindcss
You can use it to quickly test new features locally and also do experiments. The purpose of this starter it's to make super quick all the basic setup needed to use TypeScript or packages to add.
#### Benefits of using Vite
A ready to use environment with the Development Experience at the first place: Vite prioritizes developer experience by providing features like instant server start, lightning-fast hot module replacement, and a minimal configuration approach. This makes it easier and more enjoyable to develop web applications.
#### Documentation
ViteJS: [ViteJS Documentation](https://vitejs.dev)
TypeScript: [TypeScript Documentation](https://www.typescriptlang.org/)
##### Start small, add whatever you want.