electron-trpc
Build type-safe Electron inter-process communication using tRPC
File Explorer
Download Latest Version (.zip)- config.json
- README.md
- lint.yml
- release.yml
- test.yml
- www.yml
- api.ts
- index.ts
- preload.ts
- index.tsx
- CHANGELOG.md
- index.e2e.ts
- index.html
- package.json
- tsconfig.json
- vite.config.ts
- api.ts
- index.ts
- preload.ts
- index.tsx
- CHANGELOG.md
- index.html
- package.json
- tsconfig.json
- vite.config.ts
- handleIPCMessage.test.ts
- utils.test.ts
- createIPCHandler.ts
- exposeElectronTRPC.ts
- handleIPCMessage.ts
- index.ts
- types.ts
- utils.ts
- vite.config.ts
- ipcLink.test.ts
- index.ts
- ipcLink.ts
- tsconfig.json
- utils.ts
- vite.config.ts
- constants.ts
- types.ts
- CHANGELOG.md
- dts-bundle-generator.config.ts
- package.json
- tsconfig.json
- vitest.config.ts
- getting-started.mdx
- index.mdx
- config.ts
- env.d.ts
- astro.config.mjs
- package.json
- tsconfig.json
- wrangler.toml
- .envrc
- .gitignore
- .node_version
- .npmrc
- .prettierignore
- .prettierrc.js
- CONTRIBUTING.md
- LICENSE
- package.json
- playwright.config.ts
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- renovate.json
- shell.nix
# Installation Guide
1. Get the code
git clone https://github.com/jsonnull/electron-trpc
Downloads the entire project code from GitHub to your computer.
cd electron-trpc
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
pnpm add electron-trpc
Type this command into your terminal and run it.
yarn add electron-trpc
Type this command into your terminal and run it.
npm install --save electron-trpc
Downloads and installs the libraries listed in package.json.
<img alt="NPM" src="https://img.shields.io/npm/v/electron-trpc"/>
Type this command into your terminal and run it.
<img alt="MIT" src="https://img.shields.io/npm/l/electron-trpc"/>
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
