navigate to 'ui' folder in command promp and type below commands one by one:
npm install gulp -g
gulp watch
npm install -- to install npm
Inside server build.gradle
npm install gulp -g
gulp watch
npm install -- to install npm
Inside server build.gradle
systemProperty 'jdbc.url', 'jdbc:mysql://localhost:3306/conductor'systemProperty 'jdbc.username', 'root'systemProperty 'jdbc.password', 'password'systemProperty 'db', 'mysql'