Skip to content

walbermr/simple-dashboard

Repository files navigation

React + Electron + SQLite + TypeOrm

Desktop project with Electron+React focused for Offline Apps, having SQLite Database and TypeOrm for queries.

Requirements

docker (optional)

xming (required with docker on windows)

git

Start

Start by cloning the repo

$ git clone

Docker Path (optional)

Install Visual Studio devcontainers extention

CTRL + Shift + p: opens command pallete. Then select Dev containers: reopen in Container
  • Execute o xserver

Run project

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.

yarn electron-pack

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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors