-
Notifications
You must be signed in to change notification settings - Fork 9
Client Side Application
Farhad Makiabady edited this page Nov 2, 2018
·
1 revision
- clone the screenerClient repo
npm install
npm run start
- node and npm
- Angular v4
- rxjs v5
- Angular reactive forms
- during development it expects the api-server to be running on
localhost:300
- the development server will proxy
/api/*
and/protected/*
http requests tolocalhost:3000
.
- the development server will proxy
- write tests
- general refactoring
- seperate the
admin
anduser
modules into two seperate applications - make it a progressive web application
Getting Started
Admin Guide
Developer Documentation