-
Notifications
You must be signed in to change notification settings - Fork 34
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
Comments
@captDaylight Thanks for the feedback! I'll look into it. Any particular suggestions for the folder structure you have in mind? |
I was thinking somethings like:
|
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
added a commit
that referenced
this issue
Mar 12, 2015
Just updated the folder structure, let me know what you think! :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: