Skip to content

Development Quick Start

Michael Davis edited this page Sep 21, 2017 · 5 revisions

Desktop Client

1. Restore Node.js packages

Using your favorite shell, change your working directory to Desktop/ and type the following:

npm install

2. Restore Bower packages

cd app/
bower install

3. Start UI Sleuth in development mode

cd ..
npm start

Generating an Executable

If you would like to generate an executable without creating an installer, run the following commands at Desktop/:

npm run pack

This will produce an executable at Desktop/dist/win-unpacked.

Clone this wiki locally