An open API service indexing awesome lists of open source software.

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.

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.