1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 18:58:08 +00:00
Go to file
Szymon Lesisz cb83b2b7b6 bordel 2
2018-02-20 10:30:36 +01:00
images bordel 2 2018-02-20 10:30:36 +01:00
src bordel 2 2018-02-20 10:30:36 +01:00
webpack bordel 2 2018-02-20 10:30:36 +01:00
.babelrc first 2017-12-13 12:01:37 +01:00
.flowconfig bordel 2 2018-02-20 10:30:36 +01:00
.gitignore bordel 2 2018-02-20 10:30:36 +01:00
browserslist first 2017-12-13 12:01:37 +01:00
build.sh bordel 2 2018-02-20 10:30:36 +01:00
package.json bordel 2 2018-02-20 10:30:36 +01:00
README.md first 2017-12-13 12:01:37 +01:00
yarn.lock bordel 2 2018-02-20 10:30:36 +01: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