SNIA / Swordfish-basic-web-client

The Swordfish Basic Web Client can connect to one or more Swordfish services (including the Swordfish emulator), and present in a web UI frame the entire Swordfish hierarchy. The basic web client also provides basic capabilities to modify configurable Properties (as specified in the schema), as well an providing a basic interface to add or remove elements from the service through a Web UI.
BSD 3-Clause "New" or "Revised" License
7 stars 6 forks source link

Need to break apart build/start from just start. #13

Closed rahlvers closed 6 years ago

rahlvers commented 6 years ago

How do you start the web client instead of a combined build start? There's no need to build every time you want to start.

sravanthikalluri19 commented 6 years ago

Build is not required every time when we start the application. But build is required is changes to any files are made.so, build was integrated with the start. update:

  1. Build and start are made into two different steps,
  2. Necessary files are modified.
  3. Updated Readme file
rahlvers commented 6 years ago

Fixed in #10