DEV Community

Discussion on: How I built a simple healthcare Dapp using Solidity & React

Collapse
 
sergizzzz profile image
Sergizzzz

Did you manage to resolve this problem? If so, what did you do? I'm having the same issues

Collapse
 
tudan profile image
Thắng Lê

Hi Sergizzzz. This is what I did and it was very great. You download file from Git, then from the root directory of that file install npm + truffle if you dont have. Then, cd to the truffle directory: ' truffle compile' - 'truffle migrate'. Make sure that you open your ganache or testnet. After that, cd to client folder: 'npm start'. I worked for me