mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-27 01:02:14 +05:30
Ely.by Accounts web interface
cf3a33937a
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. |
||
---|---|---|
config | ||
flow-typed | ||
scripts | ||
src | ||
tests-e2e | ||
webpack-utils | ||
.babelrc | ||
.dockerignore | ||
.eslintignore | ||
.eslintrc | ||
.flowconfig | ||
.gitignore | ||
.yarnclean | ||
browserslist | ||
Dockerfile | ||
karma.conf.js | ||
package.json | ||
README.md | ||
webpack.config.js | ||
webpack.dll.config.js | ||
yarn.lock |
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
.