Jason Grout e06ae62754 New version 5 年之前
..
src 29b180c8a1 ignore css imports in examples 5 年之前
style 334c0eb336 Prevent CSS import from TS and update services example 5 年之前
README.md 74eac68b72 Make codebase prettier 6 年之前
index.html 11828db625 Correct escaping in other templates we distribute. 5 年之前
main.py a2aed3b256 wip cleanup and allow for base_url 6 年之前
package.json e06ae62754 New version 5 年之前
tsconfig.json 5ef71906c9 cleanup 6 年之前
webpack.config.js 133eaafc41 fix output example 5 年之前

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