- Clone project and navigate into it
npm install
to download all the dependenciesnpm run start:dev
to run the example code- Navigate to
localhost:8080
in a browser to see the result.
npm run build
to compile the bundle.jsnpm run start
to serve the./dist
directory.
See the dynamic-langs branch for a small concept of how to dynamically load more languages at runtime, if you don't want to include them all to your webpack-bundle at build-time.