donice / next-13-crash-course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js 13 Crash Course Project

This is a project from my Next.js 13 Crash Course. It uses the newer features such as:

  • App directory
  • New routing system
  • Next Fonts
  • React Server Components
  • Data Fetching
  • Layouts
  • Metadata API
  • API Route Handlers
  • loading.js Page
  • and more

Usage

Install dependencies:

npm install
# or
yarn

Run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Build the project:

npm run build
# or
yarn build

Run production build:

npm run start
# or
yarn start

About


Languages

Language:JavaScript 72.3%Language:CSS 27.7%