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

https://github.com/tiesen243/vanilla-ts-template


https://github.com/tiesen243/vanilla-ts-template

css-module vanilla-typescript vite

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# vanilla-ts

## Usage

```bash
git clone git@github.com:tiesen243/vanilla-ts.git
cd vanilla-ts

# with npm
npm install
npm run dev

# with yarn
yarn install
yarn dev

# with bun
bun install
bun dev
```