Jason Grout 11b86ee353 Merge remote-tracking branch 'origin/master' into sessionpersistence 5 years ago
..
src 624d49bd3d Fix building examples 5 years ago
style 334c0eb336 Prevent CSS import from TS and update services example 5 years ago
README.md 74eac68b72 Make codebase prettier 6 years ago
index.html 11828db625 Correct escaping in other templates we distribute. 5 years ago
main.py a2aed3b256 wip cleanup and allow for base_url 6 years ago
package.json f7d2801ad9 Update css-loader to '~3.2.0' to avoid Firefox load issues 5 years ago
tsconfig.json 5ef71906c9 cleanup 6 years ago
webpack.config.js 133eaafc41 fix output example 5 years ago

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