https://github.com/benkingcode/flickr-browser
https://github.com/benkingcode/flickr-browser
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benkingcode/flickr-browser
- Owner: benkingcode
- Created: 2017-05-25T23:36:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-25T23:43:36.000Z (almost 8 years ago)
- Last Synced: 2025-01-16T19:27:13.994Z (3 months ago)
- Language: JavaScript
- Size: 74.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ben King Flickr Browser for Holiday Extras
This is an [Ember](https://emberjs.com/) app that is server-side rendered using [Ember FastBoot](http://ember-fastboot.com/). To run the node server locally, first install the dependencies with `npm install` or `yarn`, then run `npm start` or `yarn start`.
To run the test suite, run `npm test` or `yarn test`.