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

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

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.


Vite
BabylonJS
Typescript

---

## 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!