Go to file
2023-08-28 15:13:49 +04:00
.github OPS-339: Replace api keys page (#144) 2023-08-28 15:13:49 +04:00
.idea OPS-280: New API Keys Module (#122) 2023-05-03 16:52:15 +04:00
.run TD-372: Organization fixes; add BDT currency; update swag payments (#84) 2022-09-06 15:56:35 +03:00
.vscode TD-694: Add spell checker (#143) 2023-08-14 18:03:12 +04:00
src OPS-339: Replace api keys page (#144) 2023-08-28 15:13:49 +04:00
tools TD-693: Update Prettier, ESLint (#141) 2023-08-14 15:38:33 +04:00
_.env TD-576: Fix select search input (#120) 2023-04-24 15:27:12 +04:00
.eslintrc.js TD-625: Move to @vality/eslint-config (#128) 2023-06-23 17:29:26 +04:00
.gitignore TD-576: Fix select search input (#120) 2023-04-24 15:27:12 +04:00
.prettierignore TD-248: New ANAPI V2 (#63) 2022-04-19 11:11:55 +03:00
.prettierrc.js TD-693: Update Prettier, ESLint (#141) 2023-08-14 15:38:33 +04:00
angular.json TD-625: Angular 16 (#129) 2023-06-27 12:06:20 +04:00
crowdin.yml Support EN and use it by default (#96) 2022-12-20 18:39:09 +06:00
cspell.json TD-694: Add spell checker (#143) 2023-08-14 18:03:12 +04:00
Dockerfile TECHDEBT-36: Add CI check and build (#9) 2022-01-17 11:20:10 +03:00
extra-webpack.config.ts TD-633, TD-634: Create USD shop by default (#125) 2023-06-13 20:10:15 +04:00
icons-config.json Simplify theme config (#398) 2021-03-05 13:29:56 +03:00
karma-ci.conf.js [epic] Operations payments refactoring (#371) 2021-01-28 13:21:24 +03:00
karma.conf.js [epic] Operations payments refactoring (#371) 2021-01-28 13:21:24 +03:00
LICENSE Let's make it opensource (#547) 2021-08-13 18:16:37 +03:00
nginx.conf FE-708: Init (#1) 2018-11-30 16:26:03 +03:00
package-lock.json MI-11: Withdrawals error message (#145) 2023-08-23 12:51:59 +04:00
package.json MI-11: Withdrawals error message (#145) 2023-08-23 12:51:59 +04:00
proxy.conf.js OPS-235, OPS-237: Support API's partyID, fix first entrance (#109) 2023-02-16 17:34:28 +06:00
README.md TD-576: Fix select search input (#120) 2023-04-24 15:27:12 +04:00
renovate.json Add JPY (#40) 2022-02-23 01:04:02 +03:00
transloco.config.js Support EN and use it by default (#96) 2022-12-20 18:39:09 +06:00
tsconfig.app.json OPS-241: Replace legacy material (#127) 2023-06-22 20:56:37 +04:00
tsconfig.json OPS-241: Replace legacy material (#127) 2023-06-22 20:56:37 +04:00
tsconfig.spec.json OPS-241: Replace legacy material (#127) 2023-06-22 20:56:37 +04:00

Dashboard

Libraries

Guides

Installation

  1. Add environment and configurations:

    • src/.env
    • src/appConfig.json
    • src/authConfig.json

You can copy from examples like this one: _appConfig.json

  1. Install packages
    npm ci
    

Development server

  1. npm start

  2. Navigate to http://localhost:8000/

Production build

  1. Run npm run build
  2. The build artifacts will be stored in the dist/ directory.

Tests

  • Run npm run test to execute the unit tests via Karma.

Utils

Analyze bundle size

npm run build -- --prod --stats-json --extraWebpackConfig webpack.extra.js
npx webpack-bundle-analyzer dist/stats.json