1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-05 23:59:23 +00:00
Go to file
2018-05-18 19:35:55 +02:00
src SelectedAccount component state type renamed to avoid confusion with 2018-05-18 19:35:55 +02:00
webpack babel-plugin-import + webpack.config (css img path) 2018-05-18 18:23:46 +02:00
.babelrc babel-plugin-import + webpack.config (css img path) 2018-05-18 18:23:46 +02:00
.flowconfig flowtype moved level up. to ./src directory 2018-05-18 18:54:21 +02:00
.gitignore bordel 2 2018-02-20 10:30:36 +01:00
browserslist
build.sh minimized css 2018-05-15 11:25:13 +02:00
package.json babel-plugin-import + webpack.config (css img path) 2018-05-18 18:23:46 +02:00
README.md
yarn.lock babel-plugin-import + webpack.config (css img path) 2018-05-18 18:23:46 +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