785 B
785 B
AWS 云代理网站
本项目基于 Next.js + TailwindCSS,提供 AWS 官方风格的云服务器代理网站模板。
安装依赖
npm install
本地开发
npm run dev
构建与发布
npm run build
npm start
项目结构
aws-proxy-site/
├── components/
│ ├── Navbar.tsx
│ ├── Hero.tsx
│ ├── Features.tsx
│ └── Footer.tsx
├── pages/
│ ├── index.tsx
│ └── _app.tsx
├── public/
│ └── logo.png # 请替换为 AWS 风格 Logo
├── styles/
│ └── globals.css
├── tailwind.config.js
├── postcss.config.js
├── next.config.js
├── tsconfig.json
├── package.json