Changes between Version 2 and Version 3 of programmersguide/configurewebapp
- Timestamp:
- 05/12/17 12:57:40 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
programmersguide/configurewebapp
v2 v3 35 35 bower install 36 36 }}} 37 38 == Executing the web application == 39 40 To execute the webapp go to the webapp folder and run 41 {{{ 42 npm start 43 }}} 44 45 To execute the webmonitor go to the webmonitor folder and run 46 {{{ 47 npm start 48 }}}
