https://github.com/rzeczuchy/text-editor-electron
Focused dark theme text editor with Node.js and Electron.
https://github.com/rzeczuchy/text-editor-electron
electron nodejs text-editor
Last synced: about 2 months ago
JSON representation
Focused dark theme text editor with Node.js and Electron.
- Host: GitHub
- URL: https://github.com/rzeczuchy/text-editor-electron
- Owner: rzeczuchy
- Created: 2025-02-27T21:19:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-08T07:38:54.000Z (over 1 year ago)
- Last Synced: 2025-03-16T12:17:34.862Z (over 1 year ago)
- Topics: electron, nodejs, text-editor
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text Editor Electron
A simple desktop text editor app with Node.js + Electron, scaffolded with Electron Forge.
# Setup
Prerequisites: Node and npm.
Clone the repository.
Install node modules using `npm install`.
Start the app using `npm start`.
# Jest
Run Jest unit tests using `npm run test`.
# Distribute
The app is scaffolded using Electron Forge.
Use `npm run make` to run default Electron Forge build pipeline.
Distributables will be built to `out` folder in project directory.