Create a Basic Next.js App

Vladimir Novick
InstructorVladimir Novick
Share this video with your friends

Social Share Links

Send Tweet
Published 3 years ago
Updated 3 years ago

In this video lesson, you gonna learn how to get started with the basic NextJS web app from scratch. You will be using NextJS React Framework as it’s a modern standard used nowadays in lots of applications. The main reason of choosing NextJS is the lack of initial configuration we need to set up for things to “just work”

Instructor: [0:00] First of all to get started, you can start by bootstrapping basic Next.js app. We'll run npx create-next-app command. We'll call our app Video Processing App. It will install a bunch of dependencies. It will bootstrap our Next.js project.

[0:26] Now to run the project, we will need to navigate to our project directory we have been creating and run Eldev or npm run dev command. Our app will be available on localhost:3000. We'll be able to access it and see the basic Next.js page.

~ a year ago

this is a great lesson!

Markdown supported.
Become a member to join the discussionEnroll Today