Skip to Content
快速开始

快速开始

前提条件

  • Node.js 18+
  • npm 或 yarn

安装依赖

  1. 克隆仓库
git clone https://github.com/your-username/saas-starter-template.git cd saas-starter-template
  1. 安装依赖项
npm install # 或 yarn install

本地开发

  1. 启动开发服务器
npm run dev # 或 yarn dev
  1. 打开浏览器 访问 http://localhost:3000 查看你的应用。
最后更新于: