- node: 14.8.0
- npm: 6.14.15 (although 6.14.7 has some workarounds)
- truffle: 5.4.29
- solidity 0.5.16
- web3.js: 1.5.3
- Open Ganache and Quickstart
node index.js
: starts express.js servernpm run deploy:local
=> runstruffle migrate
and copies build files over tofrontend/src
- if have error, run each line on your own and it should work
- cd
frontend
yarn start
: starts react server