Skip to content

ivan-palatov/electron-bookmark-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Mark It App

Simple book marking app on electron

Features

  • Based on electron
  • Uses jQuery and JavaScript for interface
  • Styled with plain CSS

Instalation

  1.  # copy repo to your machine
     git copy [email protected]:ZVER3D/electron-bookmark-it.git
  2.  # install dependencies with yarn
     yarn
     # or with npm
     npm install
  3.  # start development version
     yarn start
     # or with npm
     npm start
  4.  # or build the app
     yarn make
     # or with npm
     npm run make
     # and than open it ins execution file in out/ folder

License

MIT

About

My first project on electron. A simple bookmarking app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published