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
- Host: GitHub
- URL: https://github.com/gedelumbung/react-catalog
- Owner: gedelumbung
- Created: 2018-07-29T10:43:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T15:05:37.000Z (about 7 years ago)
- Last Synced: 2024-12-31T10:44:17.024Z (10 months ago)
- Topics: react, react-redux, reactjs, redux
- Language: JavaScript
- Homepage:
- Size: 227 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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