
1.  Install NPM dependencies:

    $ npm install


2.  Compile JavaScript / JSX with Webpack:

    $ ./node_modules/webpack/bin/webpack.js --config ./webpack.config.js

