Lesson
Creating a Next.js project
For our front end, we will be using Next.js. To create a new application, simply type `npx create-next-app client` in your terminal. We can `cd` into our project and run the dev server with `yarn dev`. I'll also add some styling in the Home.module.css file that you can copy from the github link below.
- Duration
- 2 min
- Access
- Included
- Transcript
- Needs source