đģ Setup
Build a fullstack instant search feature
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