Skip to content

Commit

Permalink
docs(readme): reorder & reformat architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
meriadec committed Mar 6, 2015
1 parent ad4025c commit bf6d232
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,25 +192,25 @@ It will create default views for the signup and login. You can easily protect yo
# Architecture

client
├ animations/
├ assets
├ images/
└ fonts/
├ styles/
├ views/
├ directives/
├ filters/
├ services/
├ bower_components/
├ index.html
├ app.js
└ .jshintrc
├ animations/
├ assets
├ images/
└ fonts/
├ bower_components/
├ directives/
├ filters/
├ services/
├ styles/
├ views/
├ app.js
├ index.html
└ .jshintrc
server
├ api/
├ config/
├ routes.js
├ server.js
└ .jshintrc
├ api/
├ config/
├ routes.js
├ server.js
└ .jshintrc
bower.json
gulpfile.js
karma.conf.js
Expand Down

0 comments on commit bf6d232

Please sign in to comment.