0

I'm starting to learn node.js and angularjs but I'm having some trouble on how should I organize and structure the folders and its contents. Though there's already some question due this matter, I still haven't found a way that pleases me. By now, I have the following structure:

  • Client

    • controllers
    • directives
    • services
    • scripts
    • contents (img/stylesheets)
    • views
    • app.js (or should it be index.html?)
  • Server

    • controllers
    • views
    • server.js

The reason I'm not using models it's because I'm doing a web service to get the data needed for the application, though I also have some questions regarding this matter. Can a web service be implemented in javascript to send and receive SOAP?

1 Answer 1

1

blog post: http://www.johnpapa.net/angular-growth-structure/

Example : https://github.com/angular-app/angular-app

This question already has an answer for angularjs here:

AngularJS Folder Structure

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.