Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/internxt/drive-desktop
https://github.com/internxt/drive-desktop
cloud cloud-storage desktop electron linux macos react storage windows
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/internxt/drive-desktop
- Owner: internxt
- License: agpl-3.0
- Created: 2019-08-20T06:33:22.000Z (over 5 years ago)
- Default Branch: master-erb
- Last Pushed: 2024-04-12T20:10:24.000Z (10 months ago)
- Last Synced: 2024-04-14T13:55:22.582Z (10 months ago)
- Topics: cloud, cloud-storage, desktop, electron, linux, macos, react, storage, windows
- Language: TypeScript
- Homepage: https://internxt.com/drive
- Size: 32.9 MB
- Stars: 152
- Watchers: 9
- Forks: 19
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- 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][![OpenCollective](https://opencollective.com/electron-react-boilerplate/backers/badge.svg)](#backers)
[![OpenCollective](https://opencollective.com/electron-react-boilerplate/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
```## License
AGPL3
## Credits
This project relies on Electron Boilerplate, which can be found [here](https://electron-react-boilerplate.js.org).
[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