Go to file
crptm 0ad93101e7 validators merge 2017-06-27 03:27:26 +04:00
common validators merge 2017-06-27 03:27:26 +04:00
jest_config support translations markup 2017-05-26 02:05:11 +04:00
spec Add tests for Validator 2017-06-24 15:46:30 -05:00
static
webpack_config send wip 2017-06-27 02:27:55 +04:00
.babelrc
.editorconfig cleanup header 2017-05-24 03:06:01 +04:00
.eslintrc.json send wip 2017-06-27 02:27:55 +04:00
.flowconfig make flow work with aliasing 2017-05-25 02:39:58 +04:00
.gitignore
.travis.yml dont email on test failures; we'll know in the github ui 2017-05-23 02:14:49 -05:00
LICENSE
README.md readme tweaks to remove boilerplate-specific config 2017-04-26 22:59:16 -05:00
package.json merge develop 2017-06-27 03:13:21 +04:00

README.md

MyEtherWallet

MyEtherWallet (v4+)

Run:

npm run dev # run app in dev mode

Build:

npm run build # build app

It generates app in dist folder.

Test:

npm run test # run tests with Jest

Folder structure:

│
├── common - Your App
│   ├── actions - application actions
│   ├── api - Services and XHR utils(also custom form validation, see InputComponent from components/common)
│   ├── components - components according to "Redux philosophy"
│   ├── config - frontend config depending on REACT_WEBPACK_ENV
│   ├── containers - containers according to "Redux philosophy"
│   ├── reducers - application reducers
│   ├── routing - application routing
│   ├── index.jsx - entry
│   ├── index.html
├── static
├── webpack_config - Webpack configuration
├── jest_config - Jest configuration