Skip to content

internxt/drive-desktop

Folders and files

NameName
Last commit message
Last commit date
Nov 14, 2023
Nov 14, 2023
Sep 20, 2023
Sep 20, 2023
Nov 7, 2023
Feb 22, 2024
Mar 12, 2024
Feb 22, 2024
Jan 6, 2018
May 8, 2023
Sep 15, 2023
May 3, 2023
Apr 3, 2021
May 11, 2023
Jan 3, 2022
Jan 12, 2021
May 30, 2023
Feb 11, 2022
May 30, 2023
May 30, 2023
Jun 21, 2023
Dec 14, 2022
Feb 22, 2024
Aug 11, 2023
Nov 14, 2023
Jun 23, 2023
Feb 19, 2024

Repository files navigation


Electron React Boilerplate uses Electron, React, React Router, Webpack and React Fast Refresh.


Build Status Github Tag

OpenCollective OpenCollective StackOverflow

Install

Clone the repo and install dependencies:

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

Starting Development

Start the app in the dev environment:

npm start

Packaging for Production

To package apps for the local platform:

npm run package

License

AGPL3

Credits

This project relies on Electron Boilerplate, which can be found here.