We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Getting started with next.js
command
npx npx create-next-app yarn yarn create next-app
npx create-next-app
yarn create next-app
Scratch npm i next react react-dom --save yarn add next react react-dom
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
/notes
https://hendrixer.github.io/nextjs-course/