Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 454 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 454 Bytes

Contact List

List, view details, edit and delete contacts.

Stack composition:

  • React
  • Typescript
  • Redux
  • Next.js
  • Jest
  • Cypress
  • SASS

CI is currently setup to run unit tests and E2E tests on every push to the repository.

Getting Started

Install dependencies:

  yarn install

Start the development server:

  yarn dev

Testing

Run unit tests:

  yarn test

Run E2E tests:

  yarn e2e