Source Code
React Setup
command line
npm init vite animalfarm
cd animalfarm
npm install
npm run dev
Node.js Setup
command line
cd server
npm init -y
npm install express cors chance
npm init vite animalfarm
cd animalfarm
npm install
npm run dev
cd server
npm init -y
npm install express cors chance
Ask questions via GitHub below OR chat on Slack #questions