Ely.by Accounts web interface
Go to file
ErickSkrauch cf3a33937a Implemented UI for Accounts applications management.
Introduced copy service and injected it usage into auth finish page.
Introduced Collapse component.
Introduced Radio component.
Generalized Checkbox component to share Radio component styles.
Improved Textarea component: it now has auto height functionality.
Improved profile/BackButton component: now you can pass custom url.
BSOD is no longer displayed on 404 response.
2018-03-25 22:23:59 +03:00
config Remove version definition from the application and pass it on build time 2018-03-17 19:14:02 +03:00
flow-typed #305: migrate to flowtype 0.5.3 2017-10-23 22:01:30 +03:00
scripts Extract new lines. 2018-03-14 15:31:47 +03:00
src Implemented UI for Accounts applications management. 2018-03-25 22:23:59 +03:00
tests-e2e Added e2e test for attempt to open direct register page with invalid refresh token state 2018-03-14 14:41:29 +03:00
webpack-utils Fix intl-loader, that was broken after json-loader update 2017-08-01 20:44:45 +03:00
.babelrc #85: add flow 2017-06-08 07:58:19 +03:00
.dockerignore Окончено внедрение докера для развёртывания dev-окружения 2016-05-10 01:49:50 +03:00
.eslintignore #389: add e2e tests for invalid refreshToken case. Minor bug fixes 2018-02-18 20:15:22 +02:00
.eslintrc Implemented UI for Accounts applications management. 2018-03-25 22:23:59 +03:00
.flowconfig #389: add e2e tests for invalid refreshToken case. Minor bug fixes 2018-02-18 20:15:22 +02:00
.gitignore #389: add e2e tests for invalid refreshToken case. Minor bug fixes 2018-02-18 20:15:22 +02:00
.yarnclean Try to begin with migration to yarn 2017-12-13 00:13:36 +02:00
browserslist #242: update outdated dependencies 2016-11-30 08:48:47 +02:00
Dockerfile Try to begin with migration to yarn 2017-12-13 00:13:36 +02:00
karma.conf.js #85: move all test files alongside with tested files 2017-06-08 07:58:19 +03:00
package.json Implemented UI for Accounts applications management. 2018-03-25 22:23:59 +03:00
README.md Доконфижил вебпак для работы с беком апишки 2016-02-06 14:43:57 +02:00
webpack.config.js Remove version definition from the application and pass it on build time 2018-03-17 19:14:02 +03:00
webpack.dll.config.js #242: use dll plugin in development mode 2016-11-27 13:57:11 +02:00
yarn.lock Implemented UI for Accounts applications management. 2018-03-25 22:23:59 +03:00

Ely account frontend application

npm start - developing mode npm run build - build frontend app npm test - run tests

Setup

Create ./config/dev.json based on ./config/template.dev.json.