Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 540 Bytes

File metadata and controls

12 lines (8 loc) · 540 Bytes

Next.js tutorial code

This repo contains the code for the Next.js + moltin tutorial on YouTube.

Getting started

git clone https://github.com/moltin/nextjs-tutorial-code.git
cd nextjs-tutorial-code

Each folder contains the code that was created during episode. You can cd into any directory and run yarn to install dependencies and yarn dev to start the next development server.