Skip to content

Latest commit

 

History

History

nextjs-introduction

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.