Skip to content

vibemod/next-app

Repository files navigation

Next App

Modern React frontend SPA built with Next.js 15 and Tailwind CSS. Browse trending repositories on GitHub with filtering by programming language and time period.

Prerequisites

  • Node.js 20.0.0 or higher
  • npm

Installation

# Create local config
make init

# Install dependencies
make install

# Prepare runtime dirs
make setup

Or in one step:

make project

Configuration

Environment variables are configured in .env (copy from .env.example via make init).

You can override:

Development

DevServer

make dev

Then visit http://localhost:3000 in your browser.

DevTasks

# Quality assurance (lint)
make qa

# Run ESLint check
make lint

# Build for production
make build

# Start production server
make start

# Clean cache and dependencies
make clean

Demo

Next

Cursor

Resources

License

MIT

About

AI ready playground with Next.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors