Next.js Setup Setup a Next.js app and explore the file system

This lesson is available for PRO members or as a single course purchase. Sign-in and choose a plan below.
Get Unlimited PRO Access

OR


*Enrollment provides full access to this course (and updates) for life.

Create a Next.js App

command line
npx create-next-app nextfire

File Structure

  • components reusable UI components
  • lib reusable JavaScript libraries and/or helper functions
  • pages main routes for site

Global CSS

https://raw.githubusercontent.com/fireship-io/next-firebase-course/main/styles/globals.css

Questions?

Ask questions via GitHub below OR chat on Slack #questions