https://github.com/filipsys/vite-template
Simple Vite template I use for quick and small projects
https://github.com/filipsys/vite-template
Last synced: about 1 year ago
JSON representation
Simple Vite template I use for quick and small projects
- Host: GitHub
- URL: https://github.com/filipsys/vite-template
- Owner: Filipsys
- Created: 2024-08-21T15:26:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-22T16:56:56.000Z (over 1 year ago)
- Last Synced: 2025-01-10T12:18:08.500Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple personal Vite template for saving time
### Current tech stack:
- Bun
- TypeScript
- React
- Vite
- TailwindCSS
- Shadcn UI
# Install
> [!NOTE]
> Make sure you already have Bun installed. If not, visit the [Bun website](https://bun.sh/) and follow the installation
After cloning this template, type `bun install` to install the necessary dependencies, then `bun run dev` to run the vite app, easy as that.