Skip to content

TrevorDemo/angular-project-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An angular project template with routers, ui bootstrap and boostrap css

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.9%
  • CSS 17.1%