Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.05 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.05 KB

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