https://github.com/anburocky3/vite-html-tailwind-template
Simple Vite, HTML & Tailwind Template for faster development
https://github.com/anburocky3/vite-html-tailwind-template
Last synced: 2 months ago
JSON representation
Simple Vite, HTML & Tailwind Template for faster development
- Host: GitHub
- URL: https://github.com/anburocky3/vite-html-tailwind-template
- Owner: anburocky3
- License: mit
- Created: 2024-01-02T10:07:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T20:10:33.000Z (over 1 year ago)
- Last Synced: 2025-07-18T17:39:39.534Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Your App Title
Write app description in detail!
#### Screenshots
[Yet to be uploaded]
## 🎉 Check it yourself!
| 🚧 Build Status | [](https://app.netlify.com/sites/cyberdude-internship/deploys) |
| ---------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ✅ Live Website: | https://anburocky3.github.io/vite-html-tailwind |---
### GitHub Template
[Create a repo from this template on GitHub](https://github.com/anburocky3/vite-html-tailwind/generate).
### Clone to local
If you prefer to do it manually with the cleaner git history
```bash
npx degit anburocky3/vite-html-tailwind my-app
cd my-app
npm install # Install dependencies
```## Checklist
When you use this template, try follow the checklist to update your info properly
- [ ] Change the author name in `LICENSE`
- [ ] Change the title and unnecessary info in `index.html`
- [ ] According to your usage, modify READMEsAnd, enjoy :)
## Usage
### Development
```bash
npm run dev
```Just run and visit http://localhost:5173
### Build
To build the App, run
```bash
npm run build
```And you will see the generated file in `dist` that ready to be served.
### Preview
To preview the build files, run
```bash
npm run preview
```### Deployment
- Go to repository `Setting`.
- Select `Pages`.
- Select `GitHub Actions` under `Build and Deployment`.
#### LICENSE: [MIT](./LICENSE)
#### Authors:
- [Anbuselvan Rocky](https://fb.me/anburocky3)
[](https://github.com/anburocky3/vite-html-tailwind/actions/workflows/deploy.yml)