mirror of
https://github.com/trezor/trezor-wallet
synced 2024-10-31 21:18:54 +00:00
src | ||
webpack | ||
.babelrc | ||
.flowconfig | ||
.gitignore | ||
browserslist | ||
build.sh | ||
package.json | ||
README.md | ||
yarn.lock |
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