Open
Description
Nature of issue?
- Refactoring to enable devs to make frontend changes without running an API server or database, as suggested by @andrewn
Feature enhancement details:
New feature details:
Perhaps a good way forward is separating the webpack dev server from the API server so that the can be run standalone? Then we could also switch to Parcel if we wanted.