oscardelgado02 / Learn-Next.js

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

Home Page:https://learn-next-js-rose-nine.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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):

About

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

https://learn-next-js-rose-nine.vercel.app

License:MIT License


Languages

Language:TypeScript 87.4%Language:JavaScript 11.9%Language:CSS 0.6%