/Travel-Service-Calc

Travel Service Money Calculate Platform. From Crazy0629

Primary LanguageTypeScript

Installation

  1. Run npm i -g concurrently in the project root.

  2. Run npm run install-all in the proeject root.
    This script will kick off npm install in both the Express server (api) and the Angular application (web).

Quick Start

  1. Run npm start from the project root. This script will start both the Express server, and the Angular application.

Running Tests

Run E2E tests with the npm run e2e command from project root.
Run server-side tests with npm test from the project root.