This project has been built for Next.js 13 without using create-next-app in line with the tutorial at: https://blog.coffeeinc.in/how-to-create-a-next-js-13-project-without-using-create-next-app-c73ba6849916
- Clone this repo by running:
git clone https://github.com/TheCoffee/nextjs-13-starter.git
- Change to project directory:
cd nextjs-13-starter
- Install dependencies:
yarn install
- Run the development server using:
npm run dev
# or
yarn dev
- Visit http://localhost:3000 to view your application.
- Edit
app/page.js
and save to see the updated result in your browser.