adhithiravi / Next.js-Fundamentals

Next.js Foundations Course on Pluralsight by Adhithi Ravichandran
https://app.pluralsight.com/library/courses/nextjs-13-fundamentals/table-of-contents
MIT License
23 stars 37 forks source link

Next.js 14 Foundations

This repository contains the code for the Pluralsight Course Next.js 14 Foundations by Adhithi Ravichandran, and its demo app. It is used for demo purposes to follow along during the course.

Checkout the appropriate branch to follow along with the instructor. The main branch contains all of the code that will be demonstrated during the course.

Next.js 14 Foundations by Adhithi Ravichandran https://www.pluralsight.com/library/courses/nextjs-13-fundamentals/table-of-contents

Good luck!

System Requirements

Node.js 18.17.0 or newer (npm is included with Node.js installation)

MacOS, Windows, and Linux Supported

Optional - Install yarn if you prefer to use it instead of npm

Clone repository

git clone https://github.com/adhithiravi/Next.js-Fundamentals.git

Install dependencies

npm install

Run development server

npm run dev