1. Environment Setup
Set up your environment
node -vnpm -vInstall Create React App
npx create-react-app my-first-hat-appnpm install -g create-react-app
create-react-app my-first-hat-appcd my-first-hat-app
npm startInstall HAT-JS
Last updated
Was this helpful?