zzygithub / fiora-frontend

frontend of a web chat application.

Home Page:http://fiora.suisuijiang.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fiora-frontend

Fiora聊天室前端

技术栈

  • 语言: JavaScript ES6, HTML5, CSS3
  • 框架: Koa, React, Redux, React-Router
  • 工具:
    1. webpack
    2. babel
    3. antd
    4. html5-desktop-notifications
    5. koa-send
    6. koa-static
    7. moment
    8. sails.io.js

安装

本项目依赖node.js v5.4 以上环境, 请下载与您的系统相对应的版本安装.

  1. 克隆项目 git clone https://github.com/yinxin630/fiora-frontend
  2. 进入项目目录 cd fiora-frontend
  3. 安装依赖库 npm install
  4. 修改配置, 编辑config.js, 设置端口port, 设置后端地址server
  5. 使用webpack打包文件, 执行npm run build-dev or npm run build-prod
  6. 运行静态资源服务器 npm run dev or npm run prod

About

frontend of a web chat application.

http://fiora.suisuijiang.com/


Languages

Language:CSS 79.5%Language:JavaScript 19.4%Language:HTML 1.1%