Skip to content

m-wrona/angular-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-base

Kick-off project for AngularJS with set project structure and basic modules (authentication, authorization, etc.). Project contains also unit and e2e tests for the most important part of functionality.

Demo application: http://m-wrona.github.io/angular-base/app/#/login

Modules

  • authentication & authorization (module: bolt)
  • language support
  • dashboard for widget management (sample widgets defined)
  • ui module for notifications (success, error, warning etc.)

Tasks

Install dependencies

   $npm install

Run unit tests

   $npm test

Run e2e tests

   $npm start
   $npm run protractor

Run application locally

   $npm start

Update index-async

   $npm run update-index-async

About

Kick-off project for AngularJS with set project structure and basic modules (authentication, authorization, etc.)

Resources

License

Stars

Watchers

Forks

Packages

No packages published