Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yamachu/pokedex-net-webassembly-without-blazor
https://github.com/yamachu/pokedex-net-webassembly-without-blazor
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yamachu/pokedex-net-webassembly-without-blazor
- Owner: yamachu
- Created: 2022-09-13T18:46:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T17:25:42.000Z (about 1 year ago)
- Last Synced: 2024-10-13T14:25:39.457Z (2 months ago)
- Language: TypeScript
- Size: 484 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .NET JavaScript interop on WebAssembly Demo application
## Required
- .NET 7
- wasm-experimental workload
- Node.js v16 >if possible, make (if you do not have it, run what is written in the Makefile)
## How to build
See each project's README
## Run
1. Build dotnet project with Release Configuration
2. Build and run console project for generating pokedex.db file
3. Build and run frontend to serve this demo application