Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.24 KB

File metadata and controls

52 lines (37 loc) · 1.24 KB

dependencies Status devDependencies Status

Electron React NestJS Boilerplate uses Electron, React, NestJS, Webpack and TypeScript with example User API

Screenshot

Banner

Install

$ git clone https://github.com/MaxAtslega/electron-react-nestjs-boilerplate.git your-project-name
$ cd your-project-name
$ npm install

Running the app

# development in watch mode
$ npm run dev

# Build the app
$ npm run build 

Test

# unit tests
$ npm run test

# eslint test
$ npm run lint

Packaging for Production

To package apps for the local platform:

$ npm run package

Maintainer

License

MIT © Electron React NestJS Boilerplate