Skip to content

WodenWang820118/nx-ng-nest-electron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 pnpm install to install the required dependencies.

For local development, please run

pnpm run dev-front
pnpm run dev-back

For local Electron development, please run

pnpm run dev-back
pnpm run dev-electron

Build

Please run

pnpm 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.