GitHub - TrevorDemo/angular-project-template: An angular project template with routers, ui bootstrap and boostrap css

Skip to content

Navigation Menu

Sign in

Appearance settings

Angular Project Template Build Status

A clean Angular project template.

Using

  • Angular 1.3.7 (More)
  • Angular Route 1.3.7 (More)
  • UI Bootstrap 0.12.0 (More)
  • Boostrap 3.3.1 (LESS) (More)
  • Font Awesome 4.2.0 (More)

Grunt

  • grunt (More)
  • grunt-contrib-watch (More)
  • grunt-contrib-copy (More)
  • grunt-contrib-less (More)
  • grunt-contrib-jshint (More)
  • grunt-contrib-connect (More)

Also

  • Responsive Navbar using UI Boostrap
  • Active Link (in Header Controller, HeaderCtrl)

Files Struture

project-name/
	-- build
	-- src
        -- css/
        -- fonts/
        -- images/
        -- js/
            -- apps/
            -- controllers/
                about.js
                header.js
                home.js
            -- directives/
                example.js
            app.js
            controllers.js
            directives.js
        -- lib/
        	-- angular/
        	-- bootstrap/
			-- ui-boostrap/
			-- font-awesome/
		-- templates
			about.html
			home.html
        -- index.html
    .gitignore
    .travis.yml
    Gruntfile.js
    package.json
    README.md

Languages

  • JavaScript 82.9%
  • CSS 17.1%