Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sapphire-organization/sapphire-browser
The desktop version of the Sapphire Browser
https://github.com/sapphire-organization/sapphire-browser
browser chromium electron typescript
Last synced: 30 days ago
JSON representation
The desktop version of the Sapphire Browser
- Host: GitHub
- URL: https://github.com/sapphire-organization/sapphire-browser
- Owner: Sapphire-Organization
- License: apache-2.0
- Created: 2023-11-16T05:14:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-11T01:24:34.000Z (12 months ago)
- Last Synced: 2024-10-14T12:06:25.870Z (2 months ago)
- Topics: browser, chromium, electron, typescript
- Language: TypeScript
- Homepage:
- Size: 1.73 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Electron React Boilerplate uses Electron, React, React Router, Webpack and React Fast Refresh.
[![Build Status][github-actions-status]][github-actions-url]
[![Github Tag][github-tag-image]][github-tag-url]
[![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/Fjy3vfgy5q)[![OpenCollective](https://opencollective.com/electron-react-boilerplate-594/backers/badge.svg)](#backers)
[![OpenCollective](https://opencollective.com/electron-react-boilerplate-594/sponsors/badge.svg)](#sponsors)
[![StackOverflow][stackoverflow-img]][stackoverflow-url]## Install
Clone the repo and install dependencies:
```bash
git clone --depth 1 --branch main https://github.com/electron-react-boilerplate/electron-react-boilerplate.git your-project-name
cd your-project-name
npm install
```**Having issues installing? See our [debugging guide](https://github.com/electron-react-boilerplate/electron-react-boilerplate/issues/400)**
## Starting Development
Start the app in the `dev` environment:
```bash
npm start
```## Packaging for Production
To package apps for the local platform:
```bash
npm run package
```## Docs
See our [docs and guides here](https://github.com/Sapphire-Organization/sapphire-browser/wiki)
## Sponsors
## Donations
**Donations will ensure the following:**
- 🔨 Long term maintenance of the project
- 🛣 Progress on the [roadmap](https://electron-react-boilerplate.js.org/docs/roadmap)
- 🐛 Quick responses to bug reports and help requests## Maintainers
- [Victor Williams](https://github.com/vaporjawn)
## License
Apache License 2.0 © [Sapphire](https://github.com/Sapphire-Organization)
[github-actions-status]: https://github.com/electron-react-boilerplate/electron-react-boilerplate/workflows/Test/badge.svg
[github-actions-url]: https://github.com/electron-react-boilerplate/electron-react-boilerplate/actions
[github-tag-image]: https://img.shields.io/github/tag/electron-react-boilerplate/electron-react-boilerplate.svg?label=version
[github-tag-url]: https://github.com/electron-react-boilerplate/electron-react-boilerplate/releases/latest
[stackoverflow-img]: https://img.shields.io/badge/stackoverflow-electron_react_boilerplate-blue.svg
[stackoverflow-url]: https://stackoverflow.com/questions/tagged/electron-react-boilerplate