5 ms·
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
by davidweatherall 4y 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.