1) Point your console to your project's directory then start Truffle in develop mode by running:
❍ npx truffle develop
2) Once Truffle is fired up, in a new console, compile the contracts and migrate them:
❍ compile
❍ migrate --reset
This project was bootstrapped with Create React App.
Installs libraries:
cd client
npm i
Runs the app in the development mode.
npm start
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.