Skip to content

emilbruckner/electron-quick-start

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electron-quick-start with Drift

Clone and run for a quick way to see Electron with Drift in action.

This is a fork of Electron Quick Start.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/emilbruckner/electron-quick-start
# Go into the repository
cd electron-quick-start
# Install dependencies
npm install
# Run the app
npm start

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Testing Drift

What doesn't work for me (If it somehow works for you, I'll write some tests):

If I do

drift.identify(
  'test', 
  {email: '[email protected]'}
)

in the console, or anywhere else in the code, there are two possible outcomes:

  1. The identify call does nothing
  2. No more messages can be sent

This repo's code only includes the basic Drift snippet (with my drift id), but no .identify.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.5%
  • HTML 45.5%