/modular-angular-skeleton-demo

Demo app using modular-angular-skeleton

Primary LanguageCSS

Modular angular skeleton

Angular skeleton app with sass, coffee in a modular way

Demo

http://nhim175.github.io/

Installation

Structure

src
|-- app.coffee
|-- components
|   |-- admin
|   |-- home
|   |   |-- HomeController.coffee
|   |   |-- home.html
|   |   `-- home.scss
|   |-- login
|   |-- post
|   |   |-- PostController.coffee
|   |   |-- post.admin.html
|   |   |-- post.grid.html
|   |   |-- post.new.html
|   |   |-- post.scss
|   |   `-- post.single.html
|-- directives
|   |-- markdown.coffee
|   `-- moment.coffee
|-- index.html
`-- services
    |-- Post.coffee
    `-- User.coffee

Demo source code

https://github.com/nhim175/modular-angular-skeleton-demo