项目作者: iteratehackerspace

项目描述 :
Armenian hackers chatroom
高级语言: JavaScript
项目地址: git://github.com/iteratehackerspace/hyechat.git
创建时间: 2016-10-08T08:38:24Z
项目社区:https://github.com/iteratehackerspace/hyechat

开源协议:

下载


react powered chat app

Come chat with us here

JavaScript

After cloning this repository, change directories to the cloned repo
directory and type npm install. This will install all the
dependencies of the project. After that you can build the project
with: npm run front-end

Powered by:

This is using WebSockets, nodejs, React.

Developing

After cloning the repo you need to run npm install. During
development you can just use the webpack live reloading dev server,
run it with npm run dev-server. This will reload the React code for
you, once ready for a production build, do npm run front-end.

There’s an editor config here to help keep consistent coding style,
indentation and before you do any commit be sure that npm run lint
gives no errors, or at least try to not introduce any new ones.

Contributions

Pull requests are greatly appreciated