/NextJS-Example

working with NextJS dashboard example

Primary LanguageTypeScript

Next.js App Router Course - Starter

This is the starter template for the Next.js App Router Course. It contains the starting code for the dashboard application.

For more information, see the course curriculum on the Next.js Website.

To start the development server, execute the following via the terminal from inside the project folder:

> npm run dev

Additional information

This project leverages a few specific frameworks and libraries. Below are links in case more information is needed.

  1. Tailwind - for css class styling applied directly in the TSX code. An alternative solution would be to use CSS Modules.
  2. clsx - a library to support conditional css styling based on state or other conditions.