https://github.com/pardnio/next-startup
https://github.com/pardnio/next-startup
frontend nextjs reactjs startup
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pardnio/next-startup
- Owner: pardnio
- License: mit
- Created: 2025-12-25T18:40:41.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2026-02-01T16:19:22.000Z (5 months ago)
- Last Synced: 2026-04-24T17:35:28.943Z (about 2 months ago)
- Topics: frontend, nextjs, reactjs, startup
- Language: TypeScript
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
> 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).