Skip to content

Real-Dev-Squad/reciprocal-web

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published