Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History

README.md

Outline

Halogen Examples

This folder contains a variety of examples demonstrating different Halogen features. You can compile these examples from the root of the project.

Building & Running Examples

Each of the Halogen examples are self-contained in a directory containing the source code and an index.html file that you can open in your browser once the source is compiled.

Make sure Halogen's dependencies are installed:

npm install

Now you can build any of the examples from the root of the repository using the command npm run example-<name>:

npm run example-ace
npm run example-basic
# ...

This will compile the example source code into a file named example.js in the dist directory for the example. You can now open the corresponding index.html file from the same directory.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.