- Clone project and navigate into it
npm installto download all the dependenciesnpm run start:devto run the example code- Navigate to
localhost:8080in a browser to see the result.
npm run buildto compile the bundle.jsnpm run startto serve the./distdirectory.
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.