Skip to content

thiagonsiq/nextjs-starter-app

Repository files navigation

Next.js Starter Application

This is the starter or training application from Next.js - https://nextjs.org/learn/dashboard-app

Tech Stack

Running the Application

(if never done before, run npm install -g pnpm to install the package manager used in this project)

  • Run pnpm i to install the project's dependencies
  • Followed by pnpm dev to start the development server

Project Structure

  • /app: Contains all the routes, components, and logic for your application, this is where you'll be mostly working from.
  • /app/lib: Contains functions used in your application, such as reusable utility functions and data fetching functions.
  • /app/ui: Contains all the UI components for your application, such as cards, tables, and forms. To save time, we've pre-styled these components for you.
  • /public: Contains all the static assets for your application, such as images.

About

Next.js starter application - more in README

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages