We're using react app for the user facing content, but express needs to be a part of this as well in order to serve APIs / have the data back end.
This is a common setup in node, we'll just want to make sure we do it in a way that is consistent with best practice. Likely something like the setup described here
We're using react app for the user facing content, but express needs to be a part of this as well in order to serve APIs / have the data back end.
This is a common setup in node, we'll just want to make sure we do it in a way that is consistent with best practice. Likely something like the setup described here