A simple app with a server that serves information about the day's flavors, and a client that displays them for use in the January 25, 2021 TestJS Summit Workshop Testing React Server Calls: Loading and Errors
- Fork or clone this repository.
- Run
npm install
in theice-cream-shoppe-server
directory. - Run
npm install
in theice-cream-shoppe-client
directory.
- Run
npm start
in theice-cream-shoppe-server
directory. - Run
npm start
in theice-cream-shoppe-client
directory.
- Run
npm test
in theice-cream-shoppe-server
directory. - Run
npm test
in theice-cream-shoppe-client
directory.