Hacker News new | ask | show | jobs
by davidweatherall 1350 days ago
My stack relies on Typescript Express apps on Google App Engine. One for the API, and one for the front end.

For database I use Datastore and for storage I use Cloud Storage.

Front end uses an express app that routes the marketing pages to static html pages and then routes everything starting /app to a generic html file that uses React to render everything / sort out routing.