Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

teracyhq-incubator/angularjs-boilerplate

Repository files navigation

angularjs-boilerplate

The starting point to start any new AngularJS applications.

This project is generated with yo angular generator version 0.11.1.

Build & Develop

  • Setup:

    $ vagrant ssh
    $ ws
    $ cd personal/angularjs-boilerplate
    
    • Permissions workaround (will be fixed soon) and additional packages required:
    $ sudo chown `whoami` /home/vagrant/tmp -R
    $ sudo chown `whoami` /home/vagrant/.npm/ -R
    $ sudo npm install -g npm --upgrade
    $ sudo apt-get install libfontconfig -y
    
    • Finally:
     $ npm install
     $ bower install
    
  • Run grunt for building and grunt serve for preview.

  • Use $ yo angular:* to generate routers, controllers, directives, services, etc.

Test

Executing grunt test will run the unit tests with karma.

About

Angular 1 Boilerplate (depreciated, use angular-boilerplate https://github.com/teracyhq/angular-boilerplate for Angular 2 instead

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published