An open API service indexing awesome lists of open source software.

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

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.