Skip to content

NextJS v12 Starter project to get up and running quickly with minimal boilerplate.

Notifications You must be signed in to change notification settings

KodiKraig/nextjs-12-starter

Repository files navigation

NextJS 12 Starter Project

This is a Next JS 12 Typescript starter project to get up and running quickly with the trusted v12 pages structure. Fork it and build your own project today!

Getting Started

First, install the required dependencies:

npm install

Second, run the development server:

npm run dev

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

Production Build

Build for production:

npm run build

Then start the server with the build:

npm run start

Dependencies

Below are the main dependencies for the project.

Web Framework

Styling

Networking

Testing

Additional Dependencies

About

NextJS v12 Starter project to get up and running quickly with minimal boilerplate.

Resources

Stars

Watchers

Forks

Packages

No packages published