Skip to content

A Next.js 13 starter project built without using create-react-app.

Notifications You must be signed in to change notification settings

TheCoffee/nextjs-13-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coffeed Next.js 13 Starter

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

Getting Started

  1. Clone this repo by running:
git clone https://github.com/TheCoffee/nextjs-13-starter.git
  1. Change to project directory:
cd nextjs-13-starter
  1. Install dependencies:
yarn install

Run the Development Server

  1. Run the development server using:
npm run dev
# or
yarn dev
  1. Visit http://localhost:3000 to view your application.
  2. Edit app/page.js and save to see the updated result in your browser.

About

A Next.js 13 starter project built without using create-react-app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published