soundcloud-ngrx
soundcloud-ngrx copied to clipboard
How to start soundcloud-ngrx

Adding "typeRoots": [ "./node_modules/@types/" ],
into tsconfig.json just above the entry "types": [ "jasmine", "node" ] resolved the errors.
Still, clicking on a song doesn't do anything.
I was able to run it locally by following the instruction here. https://github.com/lathonez/clicker/issues/159#issuecomment-257355372