# Demo applications for CapeJS (ES6 version)

## Prerequisites

You should have installed `npm` and `browserify` beforehand.

## Installation

Run the following command on the `demo/es6` directory:

    $ npm install

## File conversion

In order to convert `hello_message.es6` to `hello_message.js`,
run the following command:

    $ npm run build
