OpenLiberty / guide-rest-client-reactjs

A guide on how to access a simple RESTful web service and consume its resources with ReactJS in Open Liberty.
https://openliberty.io/guides/rest-client-reactjs.html
Other
1 stars 1 forks source link

readme instructions #4

Closed seanwayland closed 4 years ago

seanwayland commented 4 years ago

The readme suggests pointing to port 8080 in the install test but it should be http://localhost:3000/

yeekangc commented 4 years ago

@DannyS03 @gkwan-ibm

salmad3 commented 4 years ago

@seanwayland Thank you for pointing out the disparity. The port had been temporarily declared in the package.json for testing purposes. README was updated; closing for now.