Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 484 Bytes

test-core-changes.md

File metadata and controls

24 lines (17 loc) · 484 Bytes

Testing changes of sqlectron-core

This is an easy way to test sqlectron-core changes on the GUI project.

  1. Make the GUI project use the core from ../sqlectron-core directory:
# from sqlectron-gui directory
./scripts/link-sqlectron-core.sh
  1. Start the auto compile of sqlectron-core:
# from sqlectron-core directory
npm run watch
  1. Then run the GUI project normally:
# from sqlectron-gui directory
npm run dev