This is a simple React app that shows how components are nested. It corresponds to the parent-child nesting lecture which is part of the CS And The City curriculum built by Upperline Code.
- Clone this repository using
git clone
cd
into the folder you just clonednpm install
npm start