At Tidepool we use webpack to bundle our JavaScript, CSS, and image assets into a small number of static files. Presently we use a small express server to serve the resulting bundled application. The code for this server is found in server.js unless you get a 404 trying to follow that link, in which case we (probably) migrated to the strategy of serving our static index.html, etc. via a CDN1.
Many of the other major pieces we use in our front-end "stack" are, like webpack, commonly used by many others building apps today with React. These are:
Follow the "read more" link where available in this list of tools to learn more about the specifics of our usage of the tool at Tidepool.
Footnotes
-
If this is the case, you should prepare and submit a pull request to edit this document! ↩