kahlil / topics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 84.1%Language:CSS 9.4%Language:JavaScript 4.9%Language:HTML 1.6%