Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dtgoitia/vite-react-typescript-wasm
https://github.com/dtgoitia/vite-react-typescript-wasm
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dtgoitia/vite-react-typescript-wasm
- Owner: dtgoitia
- Created: 2022-12-13T13:31:36.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T13:45:26.000Z (about 2 years ago)
- Last Synced: 2024-10-28T13:54:54.594Z (2 months ago)
- Language: TypeScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.