# client **Repository Path**: okecust_team/client ## Basic Information - **Project Name**: client - **Description**: Client codes for OkayEcust. - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 3 - **Created**: 2018-09-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 就叫课堂 就叫课堂客户端代码库,前端,web [gitee](https://gitee.com/okecust/client) [live demo](http://ok.hotpot.club) ## 开发环境 1. 使用[Firefox Developer Edition](https://www.mozilla.org/en-US/firefox/developer/)直接打开index.html 或者使用别的办法,特别注意缓存 2. 装函数库 `npm install` 3. 本地开服务器 `npm start` ## 开发注意 1. 导入.min版本的js和css 2. 绝对不要在服务器上写代码 3. 绝对不要把库放到node_modules,node_modules里只能用npm装,如果不能用npm装,就放到src里 4. 绝对不要写全局css ## TODO - FIX student quiz bug, in certain cases, when an exam expires, student still can check in