You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
pbca26 8db8211ff1 Merge branch 'v0.25' of https://github.com/SuperNETorg/EasyDEX-GUI into v0.25 7 years ago
..
src Merge branch 'v0.25' of https://github.com/SuperNETorg/EasyDEX-GUI into v0.25 7 years ago
www set app title from main comp 7 years ago
.babelrc added basic boilerplate, addcoin component(wip) 8 years ago
.eslintrc.json added basic boilerplate, addcoin component(wip) 8 years ago
.gitignore updated gitignore and package.json 8 years ago
README.md updated readme 8 years ago
build-win.bat gui build win cmd 7 years ago
change.log seed/wif placeholder 7 years ago
package.json btc spv 7 years ago
protractor.conf.js added basic boilerplate, addcoin component(wip) 8 years ago
webpack.config.js ui update settings tab 7 years ago
webpack.prod.config.js gui build win cmd 7 years ago

README.md

EDEX ReactJS

Setup

Node version 6 or 7 is required.

npm install

Usage

Running in dev mode

npm start

Opens Application in browser [http://localhost:3000/]

Build (production)

Build will be placed in the build folder.

 npm run build

Running in preview production mode

This command will start webpack dev server, but with NODE_ENV set to production. Everything will be minified and served. Hot reload will not work, so you need to refresh the page manually after changing the code.

npm run preview

Linting

$ npm run lint