/Learn-Next.js

Self-learning project to learn to build full-stack applications in Next.js, a React framework.

Primary LanguageTypeScriptMIT LicenseMIT

Learn Next.js

Self-learning project to learn to build full-stack applications in Next.js, a React framework.

Topics from the course:

Install Next.js:

  • In the root of the project, run:
npm install react@latest react-dom@latest next@latest
  • You can also start from an example project:
npx create-next-app@latest nextjs-dashboard --use-npm --example "https://github.com/vercel/next-learn/tree/main/dashboard/starter-example"

Used extensions for VSCode (Recommended to make development easier):