Vannsl / testJS-2021

Scaffold code for "Testing React Server Calls: Loading and Errors" workshop at TestJS 2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing React Server Calls: Loading and Errors

Code for TestJS Summit Workshop

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

Please install before the workshop!

  1. Fork or clone this repository.
  2. Run npm install in the ice-cream-shoppe-server directory.
  3. Run npm install in the ice-cream-shoppe-client directory.

The following are not needed until during the workshop

Commands to run

  1. Run npm start in the ice-cream-shoppe-server directory.
  2. Run npm start in the ice-cream-shoppe-client directory.

Commands to test

  1. Run npm test in the ice-cream-shoppe-server directory.
  2. Run npm test in the ice-cream-shoppe-client directory.

About

Scaffold code for "Testing React Server Calls: Loading and Errors" workshop at TestJS 2021


Languages

Language:JavaScript 53.3%Language:HTML 36.5%Language:CSS 10.2%