Skip to content

Client Side Application

Farhad Makiabady edited this page Nov 2, 2018 · 1 revision

screenerClient

screener client architecture

quickstart

  1. clone the screenerClient repo
  2. npm install
  3. npm run start

technologies

  • node and npm
  • Angular v4
  • rxjs v5
  • Angular reactive forms

notes

  • during development it expects the api-server to be running on localhost:300
    • the development server will proxy /api/* and /protected/* http requests to localhost:3000.

possible improvements

  • write tests
  • general refactoring
  • seperate the admin and user modules into two seperate applications
  • make it a progressive web application