Fiora聊天室前端
本仓库已停止更新, 请移步 https://github.com/yinxin630/fiora
- 语言: JavaScript ES6, HTML5, CSS3
- 框架: Koa, React, Redux, React-Router
- 工具:
- webpack
- babel
- antd
- html5-desktop-notifications
- koa-send
- koa-static
- moment
- sails.io.js
本项目依赖node.js v5.4 以上环境, 请下载与您的系统相对应的版本安装.
- 克隆项目
git clone https://github.com/yinxin630/fiora-frontend
- 进入项目目录
cd fiora-frontend
- 安装依赖库
npm install
- 修改配置, 编辑
config.js
, 设置端口port
, 设置后端地址server
- 使用webpack打包文件, 执行
npm run build-dev
ornpm run build-prod
- 运行静态资源服务器
npm run dev
ornpm run prod