Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

MrSluffy/starter-nextjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot

Next.js Project Generator

Deployment Tests Passed

A web application that functions similarly to Spring Initializr, but specifically for generating production-ready Next.js projects. It provides a seamless experience for developers to configure, preview, and download a fully scaffolded Next.js project that adheres to modern best practices and scalable architecture.

Features

  • Configuration: Configure various project aspects like routing, styling, state management, API layer, authentication, database, ORM, and testing.
  • Scaffolding: Ensures the generated project follows best practices and a clean folder structure.
  • Preview: Preview the generated project files and configurations before downloading.
  • Download: Directly download a fully functional zip file containing your configured Next.js project.

Tech Stack

The generator itself is built using modern web technologies:

Getting Started

First, install the dependencies:

npm install
# or
yarn install
# or
pnpm install

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the application in action.

Deployment

The latest hosted version is available at starter-nextjs.vercel.app.

Available Scripts

In the project directory, you can run:

  • npm run dev - Starts the development server.
  • npm run build - Builds the application for production.
  • npm run start - Starts the production server.
  • npm run lint - Lints the codebase using ESLint.
  • npm run format - Formats the codebase using Prettier.

About

Generate production-ready Next.js apps with best practices in seconds.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors