Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Client Side Application

Steven Myers edited this page Nov 19, 2017 · 2 revisions

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
Clone this wiki locally