/reciprocal-web

Primary LanguageTypeScriptMIT LicenseMIT

Reciprocal web

Prerequisites

Setup development environment

  1. Install dependencies
npm install
  1. Run the dev server:
npm run dev
  1. Open http://localhost:4000 with your browser.

Creating production build

To create a production build:

npm run build

Preview the built app:

npm run preview

Testing

To run test in watch mode use the command below:

npm run test:watch

To generate coverage report use the command below:

npm run test:coverage