GGIEnrike / surfer-browser

Surfer is a modern web browser that offers an easy, minimalistic and polished browsing experience, with inspirations taken from the Safari browser, and uses Chromium and Electron technologies.
MIT License
3 stars 1 forks source link
browser electron typescript

Surfer browser

Surfer is a chromium based browser built on top of Electron framework, utilizing TypeScript. This project's intentions are to build a minimalist, modern web browser that resembles design and implements features form Safari browser, while working on all desktop platforms.

Running instructions

This project uses electron-quick-start-typescript template.

$ npm install before attempting to run.

To build the project, execute:

$ npm run build

And to run the compiled output, run:

$ npm run run

Also, to do those two things at once, you can do:

$ npm run start

Or to continuously compile your code as you work, you can use:

$ npm run watch

Then, in another terminal, run the project with:

$ npm run run