The following npm modules are required to build the moon-flickr app: enyo-dev and gulp. Install
as follows:
npm install -g gulp-cli enyo-devOnce these are installed, install the required Enyo libraries using enyo init:
enyo initTo build the app, execute the following:
enyo packThe output will be placed into the dist directory.