Skip to content

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

Notifications You must be signed in to change notification settings

MarioArriaga92/testJS-2021

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.3%
  • HTML 36.5%
  • CSS 10.2%