安装
前置要求
- Node.js(建议 LTS 版本)
- npm 或 yarn
步骤
-
克隆仓库
git clone git@github.com:bucssatech22/CSSA-Website.git
cd CSSA-Website -
安装依赖
npm install -
启动开发服务器
npm start
说明
- 保存文件后网页会自动热更新,无需重启
- 官方文档:React documentation
克隆仓库
git clone git@github.com:bucssatech22/CSSA-Website.git
cd CSSA-Website
安装依赖
npm install
启动开发服务器
npm start