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
- Host: GitHub
- URL: https://github.com/hongbo-miao/webtorrent-player
- Owner: hongbo-miao
- Created: 2016-12-03T16:33:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-20T18:52:26.000Z (over 8 years ago)
- Last Synced: 2025-03-22T17:23:21.355Z (7 months ago)
- Topics: angular, ngrx, typescript, webtorrent
- Language: TypeScript
- Homepage:
- Size: 92.8 KB
- Stars: 62
- Watchers: 6
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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.