Setup environment
Install required tools
π Nodejs
π οΈ Truffle
npm install truffle -gπ Create-React-App
# No need to install create-react-app,
# just use 'npx create-react-app' to invoke it.
npx create-react-appπ Clover local node
Last updated