angular-ui / AngularJS-StyleGuide

Example of scalable architecture for my NG-Conf 2014 talk
http://www.youtube.com/watch?v=Iw-3qgG_ipU
284 stars 53 forks source link

Locally runnable #30

Open motin opened 8 years ago

motin commented 8 years ago

I expected to be able to run and try out the modules. Did not work out. This PR was as long as I got before I realized that the project was never meant to be run locally.

It would however be a great thing to be able to do. A mock Authenticated/Authentication module seems to be missing and an api blueprint that can be used with npm-mock or similar to set up a local mock REST api server? Something like https://github.com/neam/auth0-mock-api?

ProLoser commented 8 years ago

Keep in mind there's some mild disagreement about my styleguide from some other ui guys and I'd really like them to chime in with their 2c.

Anyway, does this necessarily need to be in a client folder when the entire codebase could theoretically be the client folder? That way you can have a standalone client and a standalone server. I realize they are normally developed hand in hand it's just a thought.

motin commented 8 years ago

Anyway, does this necessarily need to be in a client folder when the entire codebase could theoretically be the client folder? That way you can have a standalone client and a standalone server. I realize they are normally developed hand in hand it's just a thought.

I just moved the files according to the paths already specified in the Gulpfile. I could to either that or change the paths in the Gulpfile, but it seemed awkward to have the destination path of the build inside the source path, so I went with the original paths instead.