Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ir3ne/vite-js-tailwind-starter
A ready to go Vite starter 👩🏾🚀
https://github.com/ir3ne/vite-js-tailwind-starter
javascript js learning-resources plain-js vitejs
Last synced: about 2 months ago
JSON representation
A ready to go Vite starter 👩🏾🚀
- Host: GitHub
- URL: https://github.com/ir3ne/vite-js-tailwind-starter
- Owner: ir3ne
- License: mit
- Created: 2024-03-27T13:09:35.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T07:08:17.000Z (9 months ago)
- Last Synced: 2024-04-13T21:09:09.729Z (9 months ago)
- Topics: javascript, js, learning-resources, plain-js, vitejs
- Language: CSS
- Homepage: https://vite-js-starter.netlify.app/
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Vite JS Starter with Tailwindcss
This is a small JS 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 plain JS 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)
JavaScript: [JavaScript Documentation](https://developer.mozilla.org/en-US/docs/Web/JavaScript)##### Start small, add whatever you want.