Skip to content

beldar/js-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test

Fetches fotos from Flickr and lets you mark them as favourites while saving the state on localStorage.

Build using Backbone.js

Install

You have to have installed bower, and grunt. To install the first two you'll need node too.

Once you have all those and cloned the repo, go to the root of the project and run:

bower install

That will download all the js and css dependencies of the project.

Then run:

npm install

This will download all the node dependencies

Finally you can launch the site running:

grunt serve

You can build the project ready for production like this:

grunt build

That will leave everything ready on the /dist folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published