Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rbrtsmith/flickr-api-consumer
https://github.com/rbrtsmith/flickr-api-consumer
Last synced: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/rbrtsmith/flickr-api-consumer
- Owner: rbrtsmith
- Created: 2016-01-04T16:39:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-07T08:39:10.000Z (almost 9 years ago)
- Last Synced: 2023-02-27T02:36:23.999Z (over 1 year ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flickr API consumer, Using React, Webpack, ESlint, Mocha+Expect and ES2015 JavaScript
1. `npm install` to pull down all the dependencies
2. `npm run test` to run the unit tests.
3. `npm start` to run Webpack dev-sever with HMR then jump to localhost:8080 for development & testing.
4. `npm run build` to build the dist files.