alltrad3s / StaticKinsta

A simple Next.js Static Site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js Starter Template Banner

Minimal Next.js Starter Template

This is a minimal Next.js starter template preconfigured with TypeScript, ESLint, Prettier, and Husky.

Features

Getting Started

GitHub Template

Create a repo from this template on GitHub.

Install NPM Packages

npm i

Start Next.js in Development Mode

npm run dev

The application will start at http://localhost:3000 by default.

Start Next.js in Production Mode

npm run build
npm run start

The application will start at http://localhost:3000 by default.

Learn More

This project is intended to provide guidance on how to setup Next.js with useful development tools such as TypeScript, ESLint, Prettier, and Husky.

The template is based on the Next.js create-next-app with additional npm packages and configurations.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

If you would like to create your own Next.js app from scratch, run:

npx create-next-app@latest
# or
npx create-next-app@latest --typescript

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

About

A simple Next.js Static Site

License:MIT License


Languages

Language:CSS 57.3%Language:TypeScript 38.5%Language:JavaScript 3.7%Language:Shell 0.6%