My First Electron App.
OpenSpeedtest.com

OpenSpeedtest.com @openspeedtest

About: I learn stuff by doing it :) Learned some Javascript skills by developing openspeedtest.com.

Location:
Internet
Joined:
Aug 7, 2019

My First Electron App.

Publish Date: Jul 12 '20
5 0

It is not pretty! But functional.

I created a Network speed test application in Electron.

Check this URL if you need to try my application.

http://openspeedtest.com/results/39563137

In just four commands you can make apps for windows, mac and linux.

open cmd or terminal

Install Node.js and Git

then open development folder

npx create-electron-app openspeedtest-server

npm start

npm run make

Done.. Yes now you need to write application logic etc but there are the only few steps you need to do to make you Awesome web-app to a cool desktop application.

Comments 0 total

    Add comment