/angular-gale-starter-material

Angular Gale - Web Base Template

Primary LanguageCSSApache License 2.0Apache-2.0

Angular Material Starter Project - Web Application

  • Web Application (Angular Material + Gale)

Resources

Get Started

Get dependencies

# bash
npm install					# restore npm packages
bower install				# restore bower libraries

Mount development server

# bash
grunt lift			# Mount web server without [livereload]

Update javascript & styles files

# bash
grunt inject		# Update bower and bundles references

Deploy to production

# bash
grunt deploy		# Minify,Uglify and package javascript & styles files

Screenshot