Skip to content

y1hao/octostache-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Octostache Playground

This repository demos how to build the dotnet app Octostache into webassembly and run it from browser.

See it in action: https://y1hao.github.io/octostache-playground/

Building this repo requires nodejs, npm and .Net 7.

You also need to install the webassembly workload for dotnet:

$ dotnet workload install wasm-tools

Develop Locally

Install Node packages:

$ cd app && npm install

Build the dotnet project and start dev server for React.

# from the ./app directory
$ npm run dev

Build

# from the ./app directory
$ npm run build