/next-active-link-next-layout-demo

The code for my article on Next JS active link, page router, and layout.

Primary LanguageJavaScript

Steps to Set Up

  • Step 1: Clone the repo with HTTP or GitHub CLI
  • Open your terminal and cd to the folder of the cloned project (it should be next-active-link-next-layout-demo-main)
  • Run npm install to install all the dependencies
  • Run npm run dev to start the development server
  • Play around with the code to see how things work