Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 389 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 389 Bytes

simple-text-editor-electron

This is a simple text editor application built by using Electron.

You can find youtube video of this source code on this link:

https://www.youtube.com/watch?v=iEfbHcqbzMg.

Usage

Install packages with

npm install

Start a local development environmnt

npm run start

Build the application if you want to get installable files

npm run build