Skip to content

SergeyMNet/SpaNetCoreAngular

Repository files navigation

SpaNetCoreAngular

Build Status

This is simple anonymous chat, where you can create random avatar and start conversation with different people (including your own avatars)

Stack

  • Angular 5
  • Typescript
  • Angular CLI
  • Angular Material 2
  • dotnet-core
  • SignalR-core
  • .Net Core CLI
  • Firebase SDK with OAuth, Database, Storage
  • RxJS
  • NgRx, Redux
  • @ngrx/store, @ngrx/effects, @ngrx/store-devtools
  • SASS
  • Circle CI
  • Docker

DEMO

Live DEMO here! angular-chat-app

angular-chat-app

Development server

  1. Install Docker CE for Mac or Windows (http://docker.com)

  2. Install Angular CLI: npm install @angular/cli -g

  3. Run npm install at the root of the project

  4. Run ng build

  5. Run docker-compose build

  6. Run docker-compose up

  7. Navigate to http://localhost