Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```