Skip to content

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIP, details TBD

Click here for live DEMO.

Based on: https://github.com/microsoft/power-fx-host-samples/tree/main/Samples/WebDemo

Blog post: https://hajekj.net/2022/10/17/power-fx-in-javascript/

Run locally

  1. Build PowerFxWasm project
  2. Navigate to outputs, for example ``
  3. Install http-server (via npm, npm -g i http-server)
  4. Run http-server --port 7080 --cors
  5. Navigate to frontend
  6. Create file called .env.local
  7. Put the local web server's URL as variable: REACT_APP_PFX_WASM_HOST="http://localhost:7080"
  8. Navigate to frontend, run npm run start
  9. Open app at http://localhost:3000

About

Execute Power FX in your client (React) via .NET (WASM) and JS interop.

Topics

Resources

Stars

19 stars

Watchers

2 watching

Forks

Used by

Contributors

Languages