-
-
Notifications
You must be signed in to change notification settings - Fork 27k
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
Consider renaming src
directory to client
#511
Comments
I think this horse is out of the barn and well on its way into the next county. Are you sharing code between client and server? If so, you might just want to put your server code inside |
I can only recommend this structure https://github.com/este/este/tree/master/src It would open a lot of possibilities. |
Two useful suggestions. Consider my proposal withdrawn. Thanks! |
I actually have a similar problem: my backend is written in Go and frontend has been created with My actual folders' structure is the following:
Problem is when deploying on Heroku for instance, it does not detect my I know it's a quite specific problem so I don't ask to reconsider this issue, but do you have an already-working and more elegant solution? |
I realize that this train may have left the station/horse out of the barn/etc. but...
Would you consider renaming the
src
directory to be theclient
directory? Or allowingclient
to alias tosrc
?The major reason I want this is that I immediately needed to create a
server
directory to handle the proxied queries (thanks for shipping 0.2.3!), and now my project has two major folders:server
and the not-quite-complementarily-namedsrc
.Not a big deal, I can clearly live with it. But you're doing great work for the React/Javascript/etc. beginner's ecosystem, so this would make things a bit easier for newbies...
The text was updated successfully, but these errors were encountered: