Skip to content

davetheflashguy/ng-bootstrap-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build-demo

Synopsis

A starting point for your Angular applications or prototypes that already includes and configures many tasteful treats that you typically need when building an applications, regardless of the size. The idea is for any application you build you will need things like a framework to build your application, a build tool to stitch up your applications, a UI framework, a node server to run your applications, unit testing server to test your applications, and the basic bower components necessary to build an angular application ready to go.

Motivation

Each and every time I build something, regardless if its an example of a simple Angular directive example or if its a complex UI, I want a basic yet powerful environment to build in. It should have everything I need, pre configured for me to focus on the task at hand instead of spending time getting up and running. I was tired of spending time doing the same bower and npm installs every time I fire up a new project so I decided to put this project together.

JavaScript Libraries

  • Angular Material Design
  • Angular
  • Bootstrap

Demo

Basic installation outputs: http://davecollier.io/projects/ng-bootstrap-app/

Installation

Grunt Tasks

  • uglify - Minify files with UglifyJS
  • cssmin - Minify CSS
  • csslint - Lint CSS files with csslint
  • copy - Copy files
  • clean - Clean files and folders
  • connect - Start a connect web server
  • watch - Run predefined tasks whenever watched files change.
  • default - Alias for "clean", "uglify", "csslint", "cssmin", "copy", "connect" tasks.
  • build - Alias for "clean", "uglify", "csslint", "cssmin", "copy" tasks.
  • server - Alias for "connect" task.

About

NG Bootstrap Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published