Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wodenwang820118/nx-ng-nest-electron
A sample Electron app with Nx, Angular, and NestJS.
https://github.com/wodenwang820118/nx-ng-nest-electron
angular angular17-standalone electron-app nestjs nx sqlite3-database vitest
Last synced: 6 days ago
JSON representation
A sample Electron app with Nx, Angular, and NestJS.
- Host: GitHub
- URL: https://github.com/wodenwang820118/nx-ng-nest-electron
- Owner: WodenWang820118
- Created: 2024-05-25T09:07:34.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T06:29:29.000Z (2 months ago)
- Last Synced: 2024-09-14T03:58:27.683Z (2 months ago)
- Topics: angular, angular17-standalone, electron-app, nestjs, nx, sqlite3-database, vitest
- Language: TypeScript
- Homepage:
- Size: 1.79 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
pnpm run dev-front
``````bash
pnpm run dev-back
```For local Electron development, please run
```bash
pnpm run dev-back
``````bash
pnpm run dev-electron
```## Build
Please run
```bash
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.