yarn install ( usually yarn can't install web3js, use npm after yarn )
npm install
npm start or react-static start
Building static site for production
react-static build
Preview build on localhost:
yarn serve
- JSON API Server(https://github.com/typicode/json-server)
npm install -g json-server
json-server api.json -p 3001 --routes routes.json