Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avishekjana/react-redux-contentful-blog
A simple React-Redux application powered by Contentful API
https://github.com/avishekjana/react-redux-contentful-blog
contentful javascript react redux
Last synced: 25 days ago
JSON representation
A simple React-Redux application powered by Contentful API
- Host: GitHub
- URL: https://github.com/avishekjana/react-redux-contentful-blog
- Owner: avishekjana
- Created: 2017-04-08T12:19:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-09T12:41:48.000Z (over 7 years ago)
- Last Synced: 2024-10-01T03:24:13.283Z (about 1 month ago)
- Topics: contentful, javascript, react, redux
- Language: CSS
- Size: 823 KB
- Stars: 20
- Watchers: 4
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
###Getting Started####
Checkout this repo, install dependencies, then start the server with the following:```
> git clone [email protected]:avishekjana/react-redux-contentful-blog.git
> cd react-redux-contentful-blog
> npm install
> npm start
```