Skip to content

Next.js

Rajesh Khadka edited this page Oct 30, 2020 · 1 revision

Getting started with next.js

command

npx npx create-next-app yarn yarn create next-app

Scratch npm i next react react-dom --save yarn add next react react-dom

Create directory for routes index => / all notes /notes one notes => /notes/:id

https://hendrixer.github.io/nextjs-course/