Thursday 19 January 2017

Quick question about Client and Server project structure

I'm currently developing an application backend using Node, Express and MongoDB. For the front-end I'd like to use React/Redux to accomplish my project goals. However, I'm confused about what the exact structure of such a project should be, and how to handle deployment.Should I have one client folder and one server folder in an overarching project folder? If so, how do I handle that in deployment and tell Heroku or Docker to display my static files? What are your project structures or "best practices" for this.

Submitted January 19, 2017 at 07:40PM by MiltownVet

No comments:

Post a Comment