Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create a starter project for material angular

Is there as starter project for material angular just like ionic starter project? I have tried using angular-seed and wire it with material angular but with no luck can anyone help ? What i basically need is to get HTML just like the ionic starter project HTML but with material style

https://github.com/angular/angular-seed.git material.angularjs.org

like image 535
Fady Magdy Naguib Avatar asked Dec 17 '14 12:12

Fady Magdy Naguib


2 Answers

You can try this one.

AngularJS Material-Start

This Material start* project is a seed for AngularJS Materal applications. The project contains a sample AngularJS application and is preconfigured to install the Angular framework and a bunch of development and testing tools for instant web development gratification.

https://github.com/angular/material-start

like image 102
dijux Avatar answered Sep 23 '22 06:09

dijux


Another interesting example that I used many times as guide and inspiration, demonstrating a bit more complex layouts than the material-start.

codepen: http://codepen.io/kyleledbetter/pen/gbQOaV

like image 29
topless Avatar answered Sep 24 '22 06:09

topless