1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-10-31 21:18:54 +00:00
Go to file
2018-05-11 18:29:27 +02:00
src BigNumber.js flowtype + removed ./utils/reducerUtils 2018-05-11 18:29:27 +02:00
webpack webpack & build 2018-03-29 11:35:56 +02:00
.babelrc
.flowconfig before testing 2018-05-05 13:52:03 +02:00
.gitignore bordel 2 2018-02-20 10:30:36 +01:00
browserslist
build.sh build to different address 2018-05-09 16:35:40 +02:00
package.json Flowtype everywhere! 2018-04-16 23:19:50 +02:00
README.md
yarn.lock Flowtype everywhere! 2018-04-16 23:19:50 +02:00

TrezorConnect boilerplate with React

Firstly change your path to TrezorConnect project inside ./webpack/constants.js Put your path into TREZOR_CONNECT_ROOT field

Then:

npm install / yarn

If you want to compile project with TrezorConnect version with popup call:

npm run dev:connect / yarn run dev:connect

otherwise call:

npm run dev / yarn run dev