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

https://github.com/gedelumbung/react-catalog

REACT CATALOG is a simple frontend application with Reactjs, using Redux for state management
https://github.com/gedelumbung/react-catalog

react react-redux reactjs redux

Last synced: 8 months ago
JSON representation

REACT CATALOG is a simple frontend application with Reactjs, using Redux for state management

Awesome Lists containing this project

README

          

# REACT CATALOG
REACT CATALOG is a simple frontend application with Reactjs, using Redux for state management. Consume API from https://github.com/gedelumbung/go-catalog, which written in Golang.

# Setup

- Run `yarn` or `yarn install` to install all dependencies.
- Run `yarn start` to start application in development mode.

# Route List

`GET`/home
`GET`/products/:id
`GET`/dashboard
`GET`/dashboard/products
`GET`/dashboard/products/create