Steven Silvester 8d5d9f5667 clean up packages 4 år sedan
..
src e604cfe88b Lint files 4 år sedan
style 334c0eb336 Prevent CSS import from TS and update services example 5 år sedan
README.md 74eac68b72 Make codebase prettier 6 år sedan
index.html 11828db625 Correct escaping in other templates we distribute. 5 år sedan
main.py a2aed3b256 wip cleanup and allow for base_url 5 år sedan
package.json 8d5d9f5667 clean up packages 4 år sedan
tsconfig.json f80ab28df2 fix usage CI 5 år sedan
webpack.config.js e604cfe88b Lint files 4 år sedan

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