AngularJS-StyleGuide icon indicating copy to clipboard operation
AngularJS-StyleGuide copied to clipboard

Locally runnable

Open motin opened this issue 8 years ago • 2 comments

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?

motin avatar Oct 20 '15 12:10 motin

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.

ProLoser avatar Oct 20 '15 17:10 ProLoser

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.

motin avatar Oct 21 '15 22:10 motin