Build an Electron + Next.js app in 3 steps

added by JavaScript Kicks
7/6/2018 7:23:59 AM

2345 Views

Fix almost all bugs Upgrade to electron@^2.0.4 Upgrade to [email protected] Smaller dependencies Easy cli like nextron init test-app To create , just run the command below: You can use examples/* sample apps as templating. To create the example/with-typescript app, run the command below: $ nextron init --template with-typescript Run npm run dev, and nextron automatically launches the electron app.


0 comments