https://github.com/beldar/js-test
https://github.com/beldar/js-test
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/beldar/js-test
- Owner: beldar
- Created: 2015-11-11T19:55:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-11T19:58:39.000Z (over 10 years ago)
- Last Synced: 2025-03-23T07:41:25.647Z (over 1 year ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](http://bower.io/), and [grunt](http://gruntjs.com/).
To install the first two you'll need [node](http://nodejs.org/) 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