A simple modal component built with soy templates.
The code has lots of comments explaining how everything works.
This example was created using generator-metal for the boilerplate. Auto-generated gulp tasks are used for building/testing and other processes, since generator-metal uses gulp-metal automatically.
-
Install NodeJS >= v0.12.0, if you don't have it yet.
-
Install global dependencies:
[sudo] npm install -g gulp
- Install local dependencies:
npm install
- Build the code:
gulp build
- Open the demo at demos/index.html on your browser.