A desktop softphone for your business, powered by the Twilio API, written in React and packaged with Electron.
To install all the dependencies run npm install
First run the webpack-dev-server by running npm run dev
and then start the app by running npm run start-dev
. Any changes that are made to the React code will live reload.
To package this application for a number of platforms run npm run build
then npm run package
. If you want to only build for OSX run npm run package-darwin
or for Windows npm run package-win32