This repo is a playground to play with Next.js.
This is a Next.js project bootstrapped with create-next-app.
The concepts that already covered in this repo:
- Static Routing
- Dynamic Routing
First, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.