A lightweight Flickr exploration client.
- Make sure Node.js is installed
- Run
npm install -g grunt
andnpm install -g grunt-cli
to install Grunt and the Grunt command line interface - Run
npm install
in the project directory to restore the dependencies listed in the package.json file - To execute the default Grunt build command as configured in gruntfile.js, simply run
grunt
- To additionally start a local server, run
grunt dev