This note describes how I assembled an application framework with:
- Electron: for cross platform application frame
- React: for UI
- Node
- (maybe) Postgres in Docker (with persistence via shared volume)
- (maybe) SQLite
- (maybe) Sequelize (in Node/React to interface with DB)
- (maybe) Docker