Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.