mirror of
https://github.com/openaccounting/oa-web.git
synced 2025-12-09 09:01:24 +13:00
9040398d0457dc4c60417967ab3e4b9472e1d66d
Bumps [engine.io](https://github.com/socketio/engine.io) to 6.2.1 and updates ancestor dependency [karma](https://github.com/karma-runner/karma). These dependencies need to be updated together. Updates `engine.io` from 3.2.0 to 6.2.1 - [Release notes](https://github.com/socketio/engine.io/releases) - [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/engine.io/compare/3.2.0...6.2.1) Updates `karma` from 3.0.0 to 6.4.1 - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v3.0.0...v6.4.1) --- updated-dependencies: - dependency-name: engine.io dependency-type: indirect - dependency-name: karma dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
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:
git clone https://github.com/openaccounting/oa-web.gitcd oa-webnpm 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!
Languages
TypeScript
74.6%
HTML
22.2%
SCSS
2.6%
JavaScript
0.6%