https://github.com/CookieCookson/stencil-video-player
  
  
    A basic video player written in Stencil 
    https://github.com/CookieCookson/stencil-video-player
  
stencil video-player
        Last synced: 7 months ago 
        JSON representation
    
A basic video player written in Stencil
- Host: GitHub
 - URL: https://github.com/CookieCookson/stencil-video-player
 - Owner: CookieCookson
 - License: mit
 - Archived: true
 - Created: 2017-08-17T08:16:01.000Z (about 8 years ago)
 - Default Branch: master
 - Last Pushed: 2017-10-16T20:22:43.000Z (about 8 years ago)
 - Last Synced: 2024-08-01T13:16:49.390Z (over 1 year ago)
 - Topics: stencil, video-player
 - Language: JavaScript
 - Homepage: https://stencil-video-player.glitch.me
 - Size: 96.8 MB
 - Stars: 5
 - Watchers: 3
 - Forks: 3
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: readme.md
 - License: LICENSE
 
 
Awesome Lists containing this project
- awesome-stenciljs - Video Player
 
README
          
# Stencil Video Player
[DEMO](https://stencil-video-player.glitch.me)
## Getting Started
To start using this project, clone this repo to a new directory:
```bash
git clone git@github.com:CookieCookson/stencil-video-player.git
cd stencil-video-player
git remote rm origin
```
and run:
```bash
npm install
npm start
```
To view the build, start an HTTP server inside of the `/www` directory.
To watch for file changes during develop, run:
```bash
npm run dev
```
To build the app for production, run:
```bash
npm run build
```