Skip to content

enyojs/moon-flickr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

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

Building

To build the app, execute the following:

enyo pack

The output will be placed into the dist directory.