Skip to content

erik-sytnyk/bookmarks-archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookmarks Archive

Simple bookmarks management utility

Demo available here: https://yegor-sytnyk.github.io/bookmarks-archive/.

Demo site do not have persistence and all changes will disappear after full page reload.

How to run app

Download and unzip latest release.

You can run manually from app folder

node app.js

Or find autorun script in /start/win/start.vbs. You can create a shortcut for that file and change its icon.

Programme will launch new Chrome instance in app mode, if you do not have Chrome it will launch default browser.

Alternatively, app is available by default URL: http://localhost:4088

Run development environmnent

To run client

npm i -g react-scripts
cd client
npm i
npm start

To run server

compile typescript run /server/build/src/startServer.js with NODE_ENV=development