Skip to content

Modern and feature-rich web browser base based on Electron

Notifications You must be signed in to change notification settings

clusegXclusbe/browser-base

Repository files navigation

discord Build Status Build Status dependencies Status devDependencies Status

Standard - JavaScript Style Guide

Wexond

Wexond is an extensible, fast and innovative web browser written in ES2017 using Electron, React to build browser's UI easier, and MobX to easily manage states.

Documentation

Guides and the API reference are located in docs. It also contains documents describing how to use the browser, and create extensions.

Downloads

Downloads

There aren't any precompiled binaries at this moment, so to open Wexond you will need to run the application manually, so head over to Running section.

Running

NOTE: The process shown here uses yarn, but those commands can be run with npm. Though we highly recommend you to use yarn.

Before using those commands below, please make sure you have npm and yarn installed.

Before running Wexond, you need to install all needed dependencies:

yarn

If you have installed all dependencies successfully, then in first terminal you need to run:

yarn run watch

and in second terminal:

yarn start

About

Modern and feature-rich web browser base based on Electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.7%
  • JavaScript 1.9%
  • Other 1.4%