Skip to content

aletex1994/next.js-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js Starter Kit

This is a starter kit for building web applications using Next.js. It provides a solid foundation for building scalable and performant applications, with built-in support for server-side rendering, automatic code splitting, and efficient caching.

Features

Getting Started

To get started with this starter kit, you'll need to have Node.js and npm or yarn installed on your machine. Once you have those set up, follow these steps:

  1. Clone this repository to your local machine
  2. Install the dependencies by running npm install or yarn install
  3. Start the development server with npm run dev or yarn dev
  4. Open http://localhost:3000 in your browser to see the application running

Production Builds

To build the application for production, run npm run build or yarn build. This will generate an optimized version of the application in the out directory. You can then start the production server by running npm run start or yarn start.

Releases

No releases published

Packages

No packages published