# 信创群智众测系统 用于信创群智社区的众测平台,由react重构了原先的angular版本。功能待完善。 ## 环境安装 Install `node_modules`: ```bash npm install ``` or ```bash yarn ``` ## 脚本 ### Start project ```bash npm start ``` ### Build project ```bash npm run build ``` ### Check code style ```bash npm run lint ``` You can also use script to auto fix some lint error: ```bash npm run lint:fix ```