Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 666 Bytes

readme.md

File metadata and controls

41 lines (28 loc) · 666 Bytes

Electron FB Login Example

This is an example to create a FB Login on Electron Apps. Using latest version of Electron.

⚠️ If you use Electron 2.* you can see the example changing branch to "example-with-electron-2" ⚠️

Create env.json file

⚠️ After this step add your Facebook App ID to env.json ⚠️

cp env.example.json env.json

Install dependencies

npm install

or

yarn install

Starting Application

npm start

or

yarn start

References

This guide helped to create this example:

Guide