stream-engine-player
v0.0.26
Published
Stream engine player
Downloads
352
Readme
Stream Engine Player
Angular JS component of Stream Engine (Videoflow) player
Demo
Motivation
Nostalgia 👴
Includes
- AngularJS (1.8.3) with component-based architecture
- Angular Material
- Sass
- Vite (as modern zero-config Webpack alternative)
- ESLint
- Prettier for code formatting
- hygen for code scaffolding
- husky for pre-commit hooks
Scripts
npm install
- install all the dependenciesnpm start
- serve with hot reload athttp://127.0.0.1:5173
npm run build
- build bundled version indist
foldernpm run lint
- lint code inapp
folder by ESLint with included confignpm run format
- format code with Prettiernpx hygen component new --name new-component --path relative/path/inside/of/app/folder
- generate folder with default component code files (run from root folder!)npx hygen service new --name new-service --path relative/path/inside/of/app/folder
- generate folder with default service code files (run from root folder!)
Contributing
Thank you for your interest in contributing to ng-hotrod! There are many ways to contribute to this project. Get started here.
Credits
This starter is inspired by Angular Class' NG6 Starter and angular-starter-es6-webpack