项目作者: markieo1

项目描述 :
A angular frontend providing functionality that looks like slack. Including users, groups and messages.
高级语言: TypeScript
项目地址: git://github.com/markieo1/angular-slack-clone.git
创建时间: 2017-12-05T15:35:45Z
项目社区:https://github.com/markieo1/angular-slack-clone

开源协议:

下载


Angular 4 Slack Clone

Angular application with support for

  • Users (CRUD)
  • Groups (CRUD)
  • Messages in groups

Requirements

  • Node >= 6.9.0

Installation

  1. npm install

Usage

  1. $ npm run
  2. build - Builds the project
  3. build.prod - Builds the project in production
  4. build.prod.aot - Builds the project in production with Ahead-of-Time (AOT) compilation
  5. start - Builds and starts the project
  6. start.prod.aot - Runs the project on production environment. Requires the project to be built already.
  7. serve.prod - Builds and runs the project in production

Running Locally

Make sure you have Node.js installed.

  1. npm install
  2. npm start

Your app should now be running on localhost:4200.