An open API service indexing awesome lists of open source software.

https://github.com/pardnio/next-startup


https://github.com/pardnio/next-startup

frontend nextjs reactjs startup

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

> [!NOTE]
> This README was generated by [SKILL](https://github.com/pardnchiu/skill-readme-generate). For Traditional Chinese version, see [here](./README.zh.md).

# next-startup

[![license](https://img.shields.io/github/license/pardnchiu/next-startup)](LICENSE)

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

## Table of Contents

- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)

## 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

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

## Usage

### Docker (Recommended)

```bash
# Development
docker compose up

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

### Local Development

```bash
cd app
npm install
npm run dev
```

## License

This project is licensed under the [MIT LICENSE](LICENSE).