Skip to main content

Overview

This lab covers:

  • Setting up and Eslint Rules
  • compiling and transpiling the code into one file using Webpack.
  • Creating Unit tests for the application using Jest.
  • Creating E2E tests using Cypress.

Instructions

The assignment instructions are split into the following pages to make it easier to follow.

  1. Accept the assignment on Canvas.

  2. Clone down the Repo.

  3. Install the dependencies using npm install

    • This installs some dependencies that you'll need later on in the assignment as well as others that we're not really addressing in this lab.
  4. Follow the instructions for the following 4 parts: