This project was bootstrapped with Create React App.
You can find the most recent version of its documentation here.
This is an Electron-based client for Pushbullet.
App frontend is made with React.
We prefer using yarn
, so the lock file submitted is its one.
To start the React app, do:
yarn start
We are currently using create-react-app
, so it starts the app using default configurations of that.
With the react app running, to start electron:
yarn electron
as the main file of package.json
is electron main script.
The electron app - in development - loads data from create-react-app webpack webserver running on localhost:3000
.
[WIP]