a simple React one page app design to sit on the RESTful web service I wrote in a previous assignment for my delightful web class.
First you will need to start this web service. Instructions are in the repo and the service need to listen on port 3000, but it's the default setting
For the dependency management of the one page app, you will need node and npm. Once you're up and running just :
$ npm install
and then :
$ npm start
The app server will listen on port 8080, so http://localhost:8080
should do the trick. If you want to change the port, just look into ./package.js
.
The assignment