Building a Bookmarking App with Electron, VueJs, and Firebase

This code is for the tutorial on building a Bookmarking App with Electron, VueJs, and Firebase.

Check out the full tutorial on coligo

Enter the URL to your Firebase App in app/store/index.js

const db = new Firebase("https://YOUR_FIREBASE_APP.firebaseio.com/")

Install the dependencies

npm install

Run the build

webpack

Launch the app

npm start