Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rfarine/giphy
A simple search application using the Giphy API
https://github.com/rfarine/giphy
babel cssmodules enzyme karma mocha phantomjs postcss react reactjs redux sass webpack webpack2
Last synced: about 2 months ago
JSON representation
A simple search application using the Giphy API
- Host: GitHub
- URL: https://github.com/rfarine/giphy
- Owner: rfarine
- License: mit
- Created: 2017-03-04T17:29:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-23T18:17:13.000Z (almost 8 years ago)
- Last Synced: 2024-10-15T19:40:55.077Z (4 months ago)
- Topics: babel, cssmodules, enzyme, karma, mocha, phantomjs, postcss, react, reactjs, redux, sass, webpack, webpack2
- Language: JavaScript
- Homepage:
- Size: 197 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# giphy
## Dependencies
`brew update``brew install yarn`
`yarn install`
## Run
- In development mode: run `yarn dev`. Visit `http://localhost:8080`.## Test
- Single run: `yarn test`
- TDD: `yarn tdd`## Changelog
See [CHANGELOG.md](CHANGELOG.md)