- What is Next.js & Why would you use it?
- Routing, Pages & Server Components
- Fetching & Sending Data
- Styling, Image Upload & Managing Page Metadata
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.