Clone and run for a quick way to see Electron with Drift in action.
This is a fork of Electron Quick Start.
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.
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:
- The identify call does nothing
- No more messages can be sent
This repo's code only includes the basic Drift snippet (with my drift id), but no .identify
.