Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kodjunkie/rest-api-frontend-react
REST API frontend for a simple feeds app using React.js
https://github.com/kodjunkie/rest-api-frontend-react
graphql react-router reactjs
Last synced: 10 days ago
JSON representation
REST API frontend for a simple feeds app using React.js
- Host: GitHub
- URL: https://github.com/kodjunkie/rest-api-frontend-react
- Owner: kodjunkie
- Created: 2019-02-24T10:40:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-24T11:46:40.000Z (almost 6 years ago)
- Last Synced: 2024-12-02T20:11:54.398Z (2 months ago)
- Topics: graphql, react-router, reactjs
- Language: JavaScript
- Size: 162 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# React frontend
REST API frontend for a simple feeds app using React.js
- Backend [https://github.com/Paplow/rest-api-backend](https://github.com/Paplow/rest-api-backend)
# Installation
```bash
git clone https://github.com/Paplow/rest-api-frontend-react.git react-frontend
cd react-frontend
npm install
# Navigate to src/util/config.js and update backend server URL
npm start
```