Skip to content

Angular client of service for personal and shared budget control

Notifications You must be signed in to change notification settings

grigo-oleg/budgetgo-web-client

Repository files navigation

BudgetGO Web Client

BudgetGO is an application for personal and shared budget control. It stores information about users incomes and outcomes.

Backend Server

See BudgetGO REST Server.

Updating i18n files:

Run the command in the project root directory:

npm run extract-i18n

Building

Run the command in the project root directory

npm run build

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

Running development server

Run the service with English language configuration and navigate to http://localhost:4200/:

npm run start-en

Or run the service with Russian language configuration and navigate to http://localhost:4201/:

npm run start-ru

The app will automatically reload if you change any of the source files.

About

Angular client of service for personal and shared budget control

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published