common-cents-web/README.md
2026-02-10 15:24:54 -06:00

926 B

Common Cents Web

Angular app for tracking expenses. Consumes Common Cents API.

Project setup

Note: modern version of the Angular CLI should be installed.

Install dependencies:

npm install

Run Locally

Start the web app:

npm run start

App will be running at http://localhost:4200/.

Building

To build the project run:

ng build

This will compile your project and store the build artifacts in the dist/ directory. By default, the production build optimizes your application for performance and speed.

Running Tests

To execute unit tests with the Vitest test runner, use the following command:

ng test

Resources

For more information on using the Angular CLI, including detailed command references, visit the Angular CLI Overview and Command Reference page.