/next-js-routing-aricle-code

The code for my article on how to implement routing in Next JS

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-js-routing-aricle-code-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