Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heldrida/reactreduxbooklist
A Book list app implementation in React + Redux
https://github.com/heldrida/reactreduxbooklist
Last synced: about 1 month ago
JSON representation
A Book list app implementation in React + Redux
- Host: GitHub
- URL: https://github.com/heldrida/reactreduxbooklist
- Owner: heldrida
- Created: 2016-08-14T11:54:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-14T14:19:35.000Z (over 8 years ago)
- Last Synced: 2024-12-30T10:19:09.646Z (about 1 month ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReduxSimpleStarter
Checkout this repo, install dependencies, then start the gulp process with the following:
```
> git clone [email protected]:StephenGrider/ReduxSimpleStarter.git
> cd ReduxSimpleStarter
> npm install
> npm start
```Also, generate API key from Google youtube and copy the api_keys.example.js as api_keys.js and place the generated key there!