An open API service indexing awesome lists of open source software.

https://github.com/hongbo-miao/webtorrent-player

WebTorrent Player
https://github.com/hongbo-miao/webtorrent-player

angular ngrx typescript webtorrent

Last synced: 7 months ago
JSON representation

WebTorrent Player

Awesome Lists containing this project

README

          

# WebTorrent Player

Made during [Local Hack Day](https://localhackday.mlh.io/) on December 3, 2016. It took around 6 hours.

Build by Angular 2 and ngrx.

![webtorrent player](https://cloud.githubusercontent.com/assets/3375461/20901694/b267ae10-bb01-11e6-86b5-8f5042b066a7.png)

This project was generated with [angular-cli](https://github.com/angular/angular-cli) version 1.0.0-beta.21.

To run it,

1. Run `npm i` in your terminal.

2. Since the app using Bootstrap 4 Flexbox, before running it, open the **/node_modules/bootstrap/scss/_variables.scss** file and change the `$enable-flex` variable from `false` to `true`.

3. Run `npm start` or `ng serve` for a dev server.

4. Open [http://localhost:4200/](http://localhost:4200/), you should be able to see it.