Skip to content

Files

Latest commit

a7c4079 · Oct 2, 2024

History

History

nextjs-introduction

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 2, 2024
Oct 2, 2024
Oct 2, 2024
Oct 2, 2024
Oct 2, 2024
Oct 2, 2024
Oct 2, 2024
Oct 2, 2024
Oct 2, 2024
Oct 2, 2024
Oct 2, 2024
Oct 2, 2024
Oct 2, 2024

A (Pretty Deep Dive) Introduction to Next.js

Key Topics

  • What is Next.js & Why would you use it?
  • Routing, Pages & Server Components
  • Fetching & Sending Data
  • Styling, Image Upload & Managing Page Metadata

Running the Application

To run the application, follow these steps:

git clone https://github.com/ThomasCode92/react-complete-guide
cd complete-path/nextjs-introduction    # navigate to project folder
npm install       # install dependencies
npm run dev       # start development server

Open http://localhost:3000 in a browser to view the application.