项目作者: Big-Silver

项目描述 :
The chatting app like slack
高级语言: TypeScript
项目地址: git://github.com/Big-Silver/Angular5-Chat.git
创建时间: 2018-04-09T07:27:39Z
项目社区:https://github.com/Big-Silver/Angular5-Chat

开源协议:

下载


Angular5-Chat

The chatting app like slack

About

This project is based on Angular-cli and specialized in Angular 5, Socket.io, Material design and Bootstrap.
Making the project with registering, sign in, reSetting password and Management users easily. This Chat example is written by [Big Silver].

Development Installation

In the project’s directory, run the following commands:

  1. # Clone our repo
  2. $ git clone https://github.com/Big-Silver/Angular5-Chat.git Angular5-Chat
  3. # Change directory to your app
  4. $ cd Angular5-Chat
  5. # Install the project
  6. $ npm Install
  7. # Run the project
  8. $ npm start

Then Visit

  1. http://localhost:4200

Backend

Please setup the following backend project on your end.

  1. https://github.com/Big-Silver/Node-Chat.git