Ely.by Accounts web interface
Go to file
2018-05-07 22:23:26 +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 #22: minor code style and type anotations improvements 2018-05-05 09:43:43 +03:00
scripts Extract new lines. 2018-03-14 15:31:47 +03:00
src #22: fix set state warnings in Form.js 2018-05-07 22:23:26 +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 #22: refactor actions and reducer 2018-05-05 09:42:21 +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 #22: refactor actions and reducer 2018-05-05 09:42:21 +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 #22: refactor actions and reducer 2018-05-05 09:42:21 +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.