Setup Build a fullstack instant search feature

This lesson is available for PRO members or as a single course purchase. Sign-in and choose a plan below.

Source Code

React Instant Search Demo

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

Questions?

Ask questions via GitHub below OR chat on Slack #questions