/pushbullet-sms-client

An Electron/React-based Pushbullet client for SMS

Primary LanguageJavaScriptMIT LicenseMIT

Pushbullet SMS Client

This project was bootstrapped with Create React App.

You can find the most recent version of its documentation here.

Introduction

This is an Electron-based client for Pushbullet.

App frontend is made with React.

Development

We prefer using yarn, so the lock file submitted is its one.

React app

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.

Electron app

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.

Production

[WIP]