mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 09:18:09 +00:00
16 lines
356 B
Markdown
16 lines
356 B
Markdown
# 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 |