forgeplus-react/README.md

23 lines
288 B
Markdown
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# gitlink 竞赛模块
## 项目启动
第一步 安装项目依赖
```bash
$ yarn
$ npm install
```
第二步启动项目命令,
```bash
$ yarn start
$ npm run start
```
install过程中报错可先安装node-sass
npm install node-sass --save-dev
yarn install --force