Desktop project with Electron+React focused for Offline Apps, having SQLite Database and TypeOrm for queries.
docker (optional)
xming (required with docker on windows)
Start by cloning the repo
$ git clone
Install Visual Studio devcontainers extention
CTRL + Shift + p: opens command pallete. Then select Dev containers: reopen in Container
- Execute o xserver
To start coding run the codes:
$ npm install
$ yarn dev
Runs the app in the development mode.
It will automatically open Electron Window and DevTools
The page will reload if you make edits.
You will also see any lint errors in the console.
It uses Electron Builder to build a production app in dist folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
Electron-builder builds Electron app for current platform and current architecture.