BudgetGO is an application for personal and shared budget control. It stores information about users incomes and outcomes.
See BudgetGO REST Server.
Run the command in the project root directory:
npm run extract-i18n
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.
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.