You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basic Frontend starter kit with HTML, Sass/CSS, jQuery, Bootstrap DevServer and BrowserSync. Using dev mode sync on multiple device, vendor split for external libraries and custom bootstrap components imports
My Browser A simple desktop web browser built with Electron. Has tabs, an address bar, back/forward/reload, and loads real websites via <webview>. Run locally npm install npm start Package into an installable app npm run dist Output goes to the dist/ folder (installer for your OS). File overview main.js
A lightweight, tabbed web browser built with Electron that ships with built-in support for Chrome-style extensions (Manifest V2/V3). Drop in your own unpacked Chrome extensions and they actually run on the pages you browse.