A angular frontend providing functionality that looks like slack. Including users, groups and messages.
Angular application with support for
npm install
$ 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
Make sure you have Node.js installed.
npm install
npm start
Your app should now be running on localhost:4200.