Go to file
dependabot[bot] c2b2b52f3b Bump loader-utils and @angular-devkit/build-angular
Bumps [loader-utils](https://github.com/webpack/loader-utils) to 3.2.1 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together.


Updates `loader-utils` from 1.2.3 to 3.2.1
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.2.3...v3.2.1)

Updates `@angular-devkit/build-angular` from 0.13.10 to 15.0.0
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular-cli/commits/15.0.0)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-18 00:57:07 +00:00
2018-10-19 11:28:08 -04:00
2020-08-26 10:30:34 -06:00
2018-10-19 11:28:08 -04:00
2018-10-19 11:28:08 -04:00
2018-10-19 13:58:38 -04:00
2018-10-19 13:58:38 -04:00
2018-10-19 11:28:08 -04:00
2018-10-19 11:28:08 -04:00
2018-11-12 11:41:11 -05:00
2018-10-19 13:58:38 -04:00
2018-10-19 13:58:38 -04:00

Open Accounting Web Interface

This is the front-end web interface for Open Accounting. It communicates with the server over a REST API.

Dev Environment

This software is built with Angular. To get started, make sure you have Node installed.

Then follow these steps:

  1. git clone https://github.com/openaccounting/oa-web.git
  2. cd oa-web
  3. npm install

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Choose API server

Click on the Settings link and specify the URL for your server. Or you can use https://api.openaccounting.io if you want Open Accounting to host your information.

Help

Join our Slack chatroom and talk with us!

Description
Open Accounting Web UI
Readme MIT 1.3 MiB
Languages
TypeScript 74.6%
HTML 22.2%
SCSS 2.6%
JavaScript 0.6%