Skip to content

LyuanC/fiora-frontend

This branch is 162 commits ahead of, 947 commits behind yinxin630/fiora:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

45aadec · Apr 22, 2016
Apr 20, 2016
Apr 22, 2016
Mar 29, 2016
Apr 20, 2016
Apr 20, 2016
Mar 24, 2016
Mar 24, 2016
Apr 22, 2016
Mar 24, 2016

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 79.5%
  • JavaScript 19.4%
  • HTML 1.1%