First install react-router-dom
import {
BrowserRouter as Router,
Switch,
Route,
Link
} from "react-router-dom";
<Switch>
looks through its children <Route>
and enders the first one that matches the current URL.npx create-next-app APP-NAME
npm run dev