/Text-Editor-Desktop-App-Electron.js

This is a simple text editor which is a desktop app made using electronJS.

Primary LanguageCSS

Text Editor - Desktop App - Electron.js

made-with-Markdown made-with-Markdown Ask Me Anything !

This is a simple text editor which is a desktop app made using electronJS.

Usage

You must have node.js installed in your system. After installing node.js, run the following code in your terminal in project folder.

     1. npm install -g electron
     2. npm install electron --save

At last to launch the programme, run :-

     3.  npm start