Skip to content

pardnio/next-startup

Repository files navigation

Note

This README was generated by SKILL. For Traditional Chinese version, see here.

next-startup

license

Next.js + React website startup template with Docker containerized deployment

Table of Contents

Features

  • Next.js 14.2.28 + React 18.2.0
  • TypeScript 5.3 strict mode
  • SCSS 1.72 modular styles
  • Docker Compose dev/prod environments

Installation

git clone https://github.com/pardnchiu/next-startup.git
cd next-startup
cp .env.example .env

Usage

Docker (Recommended)

# Development
docker compose up

# Production
docker compose -f docker-compose.prod.yml up

Local Development

cd app
npm install
npm run dev

License

This project is licensed under the MIT LICENSE.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Contributors