Sample code to be used with theory session.
- Part 1: Basic Usage
- Part 2: Navigate Across Page
- Part 3: Nested Layout
- Part 4: Dynamic Routing
# clone repository and jump in
git clone https://github.com/Skooldio/React-router-for-bootcamp-1
cd React-router-for-bootcamp-1
# install dependencies
npm install
# start development server
npm run dev