Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 809 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 809 Bytes

Prospect

A simple web browser built with Electron and React. Read article.

Credits

Recommended IDE Setup

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux