To create quick frontend template in typescript, use command
npx create-react-app front_end --template typescriptTo run the front end, use command
yarn startand if seeing HOST issues, unset the HOST first:
unset HOSTTo install useDAPP, run command
yarn add @usedapp/coreTo install material-ui, run command
yarn add @material-ui/core