Linux serverlinux web serverNETWORK ADMINISTRATIONS

Electron JS in 100 Seconds

Build your first native desktop app (MacOS, Windows, Linux) in 100 seconds with Electron JS. https://fireship.io/tags/electron/

Electron Docs https://www.electronjs.org/

#100SecondsOfCode #Electron #JS

Install the quiz app 🤓

iOS https://itunes.apple.com/us/app/fireship/id1462592372?mt=8
Android https://play.google.com/store/apps/details?id=io.fireship.quizapp

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

My VS Code Theme

– Atom One Dark
– vscode-icons
– Fira Code Font

source

by Fireship

linux web server

42 thoughts on “Electron JS in 100 Seconds

  • Stayed tuned for a long-format Electron ⚡ video in a few days where we'll build & distribute a more complex desktop app. Suggestions are welcome!

  • My microsoft account got hacked, and when my password got reset by the hacker, it said that the navigator used was electron, i'd like to know if it could be this, and also i spent over 400$ on that account and idk how to take back my account, anyone can help me?

  • while running npm run make i am getting An unhandled rejection has occurred inside Forge:

    Error: EPERM: operation not permitted, lstat 'Pathnode_modules.electron-YTUFZ2J8distelectron.exe'

  • fireship 100 seconds videos are like trying on a piece of clothing before buying it from the store to see how it looks on you.

  • Is it possible to test electron based desktop application using Robot framework. How ?

  • Thanks for creating a video for my favorite app environment! It's really nice how you explained all things to motivate a person to use it. And shoutout for naming electron-packager before electron-forge

  • Electron tokens are coming on some major exchanges

  • A video on development of software application roadmap would be great because i couldn't find any video explaining about building a software application (except web apps like thats the only thing that exists).

  • 0:50 Holy SHIT. Is this a desktop program SDK, or something that turns you computer into a space heater!?

  • come on, everyone who has used electron app knows immediately is not a desktop app because is a memory hog and we all google for alternatives that are natively compiled.

  • what I really wanna know about electron is how you package stuff with it into an .exe

  • It's called Electron because that's the smallest thing. People say "Gee this uses a lot of RAM, can you make is smaller?" and the answer is "No".

  • NativeScript in 100 seconds would be interesting, so we can finally have a single codebase for Webpages, desktop applications and mobile applications

  • Me about to build out a new project,
    "Wow i really hope Fireship has a vid on Electron"
    [Results Display]
    YES!!

  • I just want to create a simple user interface for my program without needing to CODE the interface

  • If electron uses a webview/container why are cross platform apps with webview looked down upon?

  • I only had 99s, so unfortunately I missed the end, can someone please summarise what I missed?

  • To start the app, add this to scripts in package.json:
    "scripts": {

    "dev": "electron main.js",
    Then run `npm run dev` from terminal

  • The dot in the electron logo is not centered. ._.

  • I have used electron once, it eats up lot of space for simple app, If you want to make bigger apps then only it is suggested

Comments are closed.