Changes between Version 2 and Version 3 of programmersguide/configurewebapp


Ignore:
Timestamp:
05/12/17 12:57:40 (9 years ago)
Author:
jano.simas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • programmersguide/configurewebapp

    v2 v3  
    3535bower install 
    3636}}} 
     37 
     38== Executing the web application == 
     39 
     40To execute the webapp go to the webapp folder and run 
     41{{{ 
     42npm start 
     43}}} 
     44 
     45To execute the webmonitor go to the webmonitor folder and run 
     46{{{ 
     47npm start 
     48}}}