Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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