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.
 
 
 
 
Go to file
Szymon Lesisz cb83b2b7b6
bordel 2
6 years ago
images bordel 2 6 years ago
src bordel 2 6 years ago
webpack bordel 2 6 years ago
.babelrc first 7 years ago
.flowconfig bordel 2 6 years ago
.gitignore bordel 2 6 years ago
README.md first 7 years ago
browserslist first 7 years ago
build.sh bordel 2 6 years ago
package.json bordel 2 6 years ago
yarn.lock bordel 2 6 years ago

README.md

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