electron-toolkit
Toolkit for Electron
File Explorer
Download Latest Version (.zip)- bug_report.yml
- config.yml
- feature_request.yml
- release-tag.yml
- commit-convention.md
- PULL_REQUEST_TEMPLATE.md
- extensions.json
- settings.json
- LICENSE
- CHANGELOG.md
- index.d.ts
- index.js
- LICENSE
- package.json
- README.md
- CHANGELOG.md
- index.d.ts
- index.js
- LICENSE
- package.json
- README.md
- CHANGELOG.md
- eslint-base.js
- eslint-recommended-type-checked.js
- eslint-recommended.js
- eslint-typescript.js
- index.d.ts
- index.js
- LICENSE
- package.json
- README.md
- global.d.ts
- main.mts
- preload.mts
- renderer.ts
- index.html
- package.json
- README.md
- tsconfig.node.json
- tsconfig.web.json
- global.d.ts
- index.ts
- types.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- rollup.config.ts
- tsconfig.json
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- tsconfig.json
- tsconfig.node.json
- tsconfig.web.json
- global.d.ts
- main.ts
- renderer.ts
- types.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- rollup.config.ts
- tsconfig.json
- app.ts
- index.ts
- is.ts
- optimizer.ts
- platform.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- rollup.config.ts
- tsconfig.json
- verifyCommit.js
- .editorconfig
- .gitignore
- .npmrc
- .prettierignore
- .prettierrc.yaml
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- eslint.config.mjs
- LICENSE
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- tsconfig.base.json
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/alex8088/electron-toolkit
Downloads the entire project code from GitHub to your computer.
cd electron-toolkit
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
