Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexandernanberg/fbt-vite-demo

fbt demo using Vite and TypeScript
https://github.com/alexandernanberg/fbt-vite-demo

Last synced: 2 days ago
JSON representation

fbt demo using Vite and TypeScript

Awesome Lists containing this project

README

        

# `fbt` demo using Vite and TypeScript

Vite port of the Webpack example in the official repo https://github.com/facebook/fbt/tree/main/demo-app

## [Live demo](https://fbt-vite-demo.vercel.app/)

## Run app

**Install dependencies**

```
pnpm
```

**Run app**

```
pnpm dev
```