Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Structure the src folder #7

Closed
captDaylight opened this issue Mar 7, 2015 · 4 comments
Closed

Structure the src folder #7

captDaylight opened this issue Mar 7, 2015 · 4 comments

Comments

@captDaylight
Copy link

First, I want to say great work on creating this resource. It's been really helpful.

My one thing, the src folder could be more structured, right now there is one level of hierarchy. Folders like styles, tests, and assets are mixed in with your application folders like routes, actions, and stores. It will make it easier for someone from the outside looking in to jump into the code quicker.

@WRidder
Copy link
Owner

WRidder commented Mar 7, 2015

@captDaylight Thanks for the feedback! I'll look into it. Any particular suggestions for the folder structure you have in mind?

@WRidder
Copy link
Owner

WRidder commented Mar 7, 2015

I was thinking somethings like:

  • server
  • client
    • src
      • actions
      • stores
      • etc.
    • styles
    • assets
    • template
    • etc.

@captDaylight
Copy link
Author

ya totally, I think that would be great. I'm sure you are thinking this, but app.js would be at the root of src/ so you can see how src is initialized. 👍

@WRidder
Copy link
Owner

WRidder commented Mar 12, 2015

Just updated the folder structure, let me know what you think! :)

@WRidder WRidder closed this as completed Mar 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants