This microservice creates a visually appealing UI to access information from, and post carts data to, the Greenfield API. It is adaptive and works well with any sized device, including specific handling for mobile.
- react
- reactstrap
- material UI
- webpack
- babel
- clone this repo
- run npm install in the root directory
- run npm stat to start the server on port 3001
- navigate to http://localhost:3001/index.html to view the product detail microservice
The product and cart ids are currently hardcoded. In the future, they will be set via a url parameter.