January 2020
Intermediate to advanced
530 pages
11h 11m
English
Let's set up our app environment, as follows:
npx create-react-app LCApp
{ "name": "lcapp", "version": "1.0.0", "dependencies": { "bulma-start": "0.0.2", "react": "^16.4.2", "react-dom": "^16.4.2", "react-scripts": "1.1.4", "web3": "^1.2" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" } }
Read now
Unlock full access