Skip to content

WodenWang820118/nx-ng-nest-electron

Repository files navigation

Nx-ng-nest-elec

Overview

This is a sample Electron app powered by Angular, Nest, SQLite3, Electron, and Nx. The project showcases the minimum setup to build an Electron app.

Development

Please run npm install to install the required dependencies.

For local development, please run

npm run dev-front
npm run dev-back

For local Electron development, please run

npm run dev-back
npm run dev-electron

Build

Please run

npm run make

The command generates a zip file and it's for Windows machine. Please change the settings in the forge.config.js to build the app according to the OS.