/topics

Primary LanguageTypeScript

Topics

An overview of topics with detail view made with Angular 2. It is written in TypeScript and uses a unidirectional dataflow architecture with RxJS Observables with a library I wrote called oddstream (still wip).

Further documentation in the code.

install with npm i

serve in dev mode with ng serve

serve in prod mode with ng serve -prod

test with ng test

build for production with ng build -prod