Skip to content

bradmax-com/bradmax-player-ng-example

Repository files navigation


BradmaxAngular


Repository contains bradmax player Angular application skeleton for a typical Angular web app.

It's generated by angular-cli, please visit their website for more details.


Example of usage for:

bradmax-com/bradmax-player-ng : bradmax player angular library.


Prerequisites

We use a number of Node.js tools to initialize and build processes. You must have Node.js and its package manager npm installed. We also recommend to use yarn as replacement for npm.

You can check required node.js, npm and yarn versions in 'engines' section of ./package.json file.


Directory Layout
src/ all of the source files for the application
└─ app/app.component.css default style sheets
└─ app/app.component.js main app component module
└─ app/app.component.html app component layout file
└─ environments/environment.prod.ts production environment setup
└─ environments/environment.ts environment setup
└─ main.ts app bootstrap file / main entry.
└─ polyfills.ts app polyfills file
└─ typings.d.ts app typings file
└─ styles.css app main style sheet file
└─ index.html app main layout file (the main html template file of the app)
└─ tsconfig.app.json app typescript configuration
.angular-cli.json angular cli configuration
tsconfig.json main typescript configuration
tslint.json tslint configuration

Usage:

1. Install removed dependencies

yarn 

2. Run removed

yarn start

3. Browse to the app @ localhost:4200.


License MIT


More info @ bradmax.com