Skip to content

tomw42/angular-material-coffee-brunch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-material-coffee-brunch

A starter project for AngularJS using:

Features:

  • Coffeescript / Linting/ Jade / Stylus automatically compiled on save
  • auto-reload during development saves you from manually refreshing the page
  • Javascript / CSS minification for production
  • karma integration for unit tests
  • Integration of font-awesome icons
  • Source map support

How to use angular-material-coffee-brunch

Most likely you have Brunch installed. In this case the approach is pretty straight forward:

  1. brunch new https://github.com/tomw42/angular-material-coffee-brunch myapp
  2. npm install
  3. bower install

CoffeeScript - ready to use

All angular.js controllers, services, factories, directives are implemented as CoffeScript classes as angular modules which leads to a much more convenient implementation and better maintainability. On top of it, this provides all controllers as local controllers and avoids issues with minification.

About

Seed project using angular.js with material design and CoffeeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages