The relevant files are components/ContactCard.tsx
and pages/index.tsx
.
Read the comments! Understand what's going on. If you don't understand something, ask me.
Run yarn install
and then yarn dev
to start the development server.
In-class demo code from Lecture 4 (and possibly 5).
TypeScriptMIT