Text describing your application
To run the sample locally:
$ npm install
$ npm start
$ npm run bundle
$ wt-gallery deploy ./build/bundle.js
Note: Requires webpack.
If you want to host your application, you can easily do it by using Webtask.io.
$ npm run bundle
$ wt create ./build/bundle.js --name my-application --no-parse --no-merge
Note: For more information about how to setup Webtask, click here.
If you have found a bug or if you have a feature request, please report them at this repository issues section.