Jason Grout 4f54e989dd Publish 6 年之前
..
README.md 74eac68b72 Make codebase prettier 6 年之前
index.html ded0d5f334 attempt at browser example with output 7 年之前
index.ts 74eac68b72 Make codebase prettier 6 年之前
main.py ded0d5f334 attempt at browser example with output 7 年之前
package.json 4f54e989dd Publish 6 年之前
tsconfig.json fa50207719 Use lowercase for tsconfig lib and target values 6 年之前
webpack.config.js 74eac68b72 Make codebase prettier 6 年之前

README.md

Rendering Kernel Result in Browser

This example demonstrates what is required to render the response received by the services package within a browser.

This example uses typescript.

Steps to build the example:

cd path/to/example
npm install
npm run build

Steps to run the example:

python main.py