Next.js: Tutorials, Video Docs, and Live Code

"Next.js tutorial: manual project setup - Video Docs (Pt. 1)"

Content

Topics

  • Next.js: manual, and auto scripts using npx.
    • Use KananRahimov.com for live code.
       
  • Start a project
     
  • Install dependencies (npm or yarn):
    nvm install next react react-dom
     
  • Content of package.json and scripts (Next CLI)
     
  • Content of index.js and (React Components)
    • Public folder for static files

Next.js: Tutorials, Video Docs, and Live Code

By Kanan Rahimov

Next.js: Tutorials, Video Docs, and Live Code

  • 337