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-dev
Once these are installed, install the required Enyo libraries using enyo init
:
enyo init
To build the app, execute the following:
enyo pack
The output will be placed into the dist directory.