Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexandernanberg/fbt-vite-demo
- Owner: alexandernanberg
- Created: 2024-09-17T18:06:05.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T08:05:24.000Z (about 2 months ago)
- Last Synced: 2024-09-18T22:26:53.906Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://fbt-vite-demo.vercel.app/
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```