Skip to content

pardnio/astro-startup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note

This README was generated by SKILL, get the ZH version from here.

astro-startup

license

Astro + React website starter template with Docker containerization support

Table of Contents

Features

  • Astro 4.x + React 18
  • TypeScript strict mode
  • Modular SCSS styling
  • Docker Compose for dev/prod environments

Installation

git clone https://github.com/pardnchiu/astro-startup.git
cd astro-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