Angular web app to consume Common Cents API.
|
|
||
|---|---|---|
| .vscode | ||
| public | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| angular.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.spec.json | ||
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.