chore(server): Various application clean up.
ryan-roemer opened this issue · 0 comments
ryan-roemer commented
- Move application source to
srcto clarify files. Leaveserveras-is - Add a new logo/profile
- Search on other
TODOs in app and either fix or ticket. -
Memoize retrieving the post data and post content?(Doesn't seem to be a big deal) -
We're not doing any routing in(Not doing because we useexpress, with the Next.js router doing it all. Try out removingexpressand usinghttpbuilt-in module instead. (Fix or ticket)express.static()in root handler.