Skip to content

A angular frontend providing functionality that looks like slack. Including users, groups and messages.

Notifications You must be signed in to change notification settings

em3ndez/angular-slack-clone

 
 

Repository files navigation

Angular 4 Slack Clone

Angular application with support for

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

Requirements

  • Node >= 6.9.0

Installation

npm install

Usage

$ npm run

build - Builds the project
build.prod - Builds the project in production
build.prod.aot - Builds the project in production with Ahead-of-Time (AOT) compilation
start - Builds and starts the project
start.prod.aot - Runs the project on production environment. Requires the project to be built already.
serve.prod - Builds and runs the project in production

Running Locally

Make sure you have Node.js installed.

npm install
npm start

Your app should now be running on localhost:4200.

About

A angular frontend providing functionality that looks like slack. Including users, groups and messages.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 78.7%
  • HTML 17.2%
  • CSS 1.7%
  • JavaScript 1.5%
  • Dockerfile 0.9%