We'll be building a small, but feature-rich app that lets you keep track of your contacts.
- Client Side Routing
- Nested Routes
- Data Loading
- Redirects
- etc, more feature in docs react Router
Clone the project
git clone https://github.com/choiruladamm/react-router.gitGo to the project directory
cd react-routerInstall dependencies
npm installStart the server
npm run dev