Electron React NestJS Boilerplate uses Electron, React, NestJS, Webpack and TypeScript with example User API
$ git clone https://github.com/MaxAtslega/electron-react-nestjs-boilerplate.git your-project-name
$ cd your-project-name
$ npm install
# development in watch mode
$ npm run dev
# Build the app
$ npm run build
# unit tests
$ npm run test
# eslint test
$ npm run lint
To package apps for the local platform:
$ npm run package