Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eddiezane/es6-jspm-react-example
Quick demo using Giphy
https://github.com/eddiezane/es6-jspm-react-example
Last synced: 2 months ago
JSON representation
Quick demo using Giphy
- Host: GitHub
- URL: https://github.com/eddiezane/es6-jspm-react-example
- Owner: eddiezane
- License: mit
- Created: 2015-05-08T18:34:57.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2021-02-15T22:13:45.000Z (almost 4 years ago)
- Last Synced: 2024-04-15T04:48:53.481Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# es6-jspm-react-example
Inspired by this [awesome talk](https://youtu.be/NpMnRifyGyw) by [@jack_franklin](https://twitter.com/jack_franklin).
Quick demo with the Giphy API.
## Installation
```
git clone [email protected]:eddiezane/es6-jspm-react-example.git
cd es6-jspm-react-example
npm install
npm run deps
```## Usage
```
npm start
// visit localhost:8080
```