https://github.com/stmoreau/bookmarker
:bookmark_tabs: bookmarker electron application
https://github.com/stmoreau/bookmarker
electron electron-application
Last synced: about 2 months ago
JSON representation
:bookmark_tabs: bookmarker electron application
- Host: GitHub
- URL: https://github.com/stmoreau/bookmarker
- Owner: stmoreau
- Created: 2017-05-27T13:58:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-27T14:01:40.000Z (about 9 years ago)
- Last Synced: 2025-03-29T07:44:25.761Z (over 1 year ago)
- Topics: electron, electron-application
- Language: CSS
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bookmarker
A simple bookmarker application using Electron.
## Getting Set Up
Clone down the repository and install the dependencies.
```
npm install
```
To start the application run
```
npm start
```