BadIdeaFactory / truthgoggles

🤔 is hard, let the mindless 🤖 s help you do it
Apache License 2.0
3 stars 0 forks source link

Add Express #29

Closed slifty closed 6 years ago

slifty commented 6 years ago

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