Skip to content

peppermint-juli/NextJS-boilerplate

Repository files navigation

This is a Next.js project.

Getting Started

First, install dependencies:

yarn install

Then, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Editing code

Files in the pages/ directory are treated as Routes instead of React pages.

In Next.js, a page is a React Component exported from a .tsx file in the /components/content directory. Each page is associated with a route based on its file name

Learn More

To learn more about Next.js, take a look at the following resources:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published