Skip to content

bradmax-com/bradmax-player-ag-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


BradmaxAngularJs


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

It's based on starter project for AngularJS, please visit angular-seed github for more details.

Difference against angular-seed:

  • replaced bower as deprecated with npm/yarn, (please read this for more details),
  • updated angular to 1.6.9,
  • removed everything that is not needed in this example.

Example of usage for:

bradmax-com/bradmax-player-ag : bradmax player angular js 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
app/ all of the source files for the application
└─ app.css default style sheet
└─ app.js main application module
└─ index.html app layout file (the main html template file of the app)

Usage:

1. Install removed dependencies

yarn 

2. Run removed

yarn start

3. Browse to the app @ localhost:8000/app/index.html.


License MIT


More info @ bradmax.com

About

Bradmax Player AngularJs example app.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors