Skip to content

NeriRos/next-starter

Repository files navigation

Nextjs Starter

This is a starter template for Next.js.

This is a unique starter template. It trys to be as much seperated from the framework as possible, but still taking advantage of it.

It includes:

Getting Started

Install dependencies

pnpm i

Env setup

Create a .env.local file similar to .env.example with the appropriate values.

You can use Vercel postgresql for development. You can get the connection string from the Vercel dashboard.
Simply create a new database on the dashboard and run the following command to get the connection string:

vercel env pull .env.local

Run the development server:

npm run dev
# or
yarn dev

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

Releases

No releases published

Contributors