Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dtgoitia/vite-react-typescript-wasm


https://github.com/dtgoitia/vite-react-typescript-wasm

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

## Installation

Pre-requisites (globally installed):

- Node
- Rust
- `rsw` (globally installed)
- `rust-pack` (globally installed)

```shell
# Install Node dependencies
npm ci

# Boot up local server
npm run dev
```

Rust dependencies will get installed the first time you boot up the local server.