You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I want to use truffle Box, You need webpack-dev server and webpack .
Is it possible to have the truffle box integrate with the next update VM ?
I think we need
- Webpack : $ npm install webpack -g
- Webpack-dev-server : npm install webpack-dev-server -g
- React : npm install -g create-react-app
- Truffle box : there are 3 with react , redux and Uport
By the same time, we can update/install some software like :
- Truffle: Current version v.3.2.4 to v.3.4.9
- ** web3-provider-engine** : In order to use Infura : npm install ethereumjs-wallet bip39 web3-provider-engine web3
- Others softwares if needed
The text was updated successfully, but these errors were encountered:
When I want to use truffle Box, You need webpack-dev server and webpack .
Is it possible to have the truffle box integrate with the next update VM ?
I think we need
- Webpack :
$ npm install webpack -g
- Webpack-dev-server :
npm install webpack-dev-server -g
- React :
npm install -g create-react-app
- Truffle box : there are 3 with react , redux and Uport
By the same time, we can update/install some software like :
- Truffle: Current version v.3.2.4 to v.3.4.9
- ** web3-provider-engine** : In order to use Infura :
npm install ethereumjs-wallet bip39 web3-provider-engine web3
- Others softwares if needed
The text was updated successfully, but these errors were encountered: