https://github.com/itsdevcoffee/vite-no-bs-ts
A Vite Template for Vanilla TS and BabylonJS
https://github.com/itsdevcoffee/vite-no-bs-ts
Last synced: about 1 month ago
JSON representation
A Vite Template for Vanilla TS and BabylonJS
- Host: GitHub
- URL: https://github.com/itsdevcoffee/vite-no-bs-ts
- Owner: itsdevcoffee
- Created: 2023-03-04T11:09:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T12:00:29.000Z (about 3 years ago)
- Last Synced: 2025-12-27T13:17:42.357Z (5 months ago)
- Language: TypeScript
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vite No BS TS Template
> A basic boilerplate vanilla TS template that has pnpm, prettier, eslint, import support, ts config, and vite auto import (BabylonJS) out of the box.
---
## Requirements
- Node (ideally v16+)
- `pnpm`
- `eslint` (recommended)
- `prettier` (recommended)
## Usage
- Clone or fork this repo
- `pnpm i`
- `pnpm start`
- Default dev url: `localhost:3000`
- Enjoy!