Difference between revisions of "7CC005 Workshop w2"

From mi-linux
Jump to navigationJump to search
Line 12: Line 12:
 
*3. Master/Detail
 
*3. Master/Detail
 
*4. Multiple Components
 
*4. Multiple Components
 +
 +
== Base URL ==
 +
 +
When starting the application by typing:
 +
 +
<pre>
 +
npm start
 +
</pre>
 +
 +
You are given an IP address + port to access the app, for example:
 +
 +
<pre>
 +
[1] [BS] Access URLs:
 +
[1]  --------------------------------------
 +
[1]        Local: http://localhost:3002
 +
[1]    External: http://134.220.4.152:3002
 +
[1]  --------------------------------------
 +
[1]          UI: http://localhost:3003
 +
[1]  UI External: http://134.220.4.152:3003
 +
[1]  --------------------------------------
 +
</pre>
 +
 +
But you may also want to deploy the application in your public_html folder, and browser to is via the domain name URL, for example mine is here:
 +
* [http://mi-linux.wlv.ac.uk/~in9352/angular/quickstart/src/ http://mi-linux.wlv.ac.uk/~in9352/angular/quickstart/src/]
 +
 +
  
 
== GitLab ==
 
== GitLab ==
 
'''Important:''' Make sure that you commit your work to [[GitLab_server|GitLab]] on a regular basis!
 
'''Important:''' Make sure that you commit your work to [[GitLab_server|GitLab]] on a regular basis!

Revision as of 17:49, 6 February 2017

Main Page >> Web Technologies >> Workbook >> Week 02 - Google Angular - part 1

Google Angular

You should spend 2 weeks working through The Tour of Heroes tutorial, located here:

It is recommended that you cover sections 1-4 this week:

  • 1. Introduction
  • 2. The Hero Editor
  • 3. Master/Detail
  • 4. Multiple Components

Base URL

When starting the application by typing:

npm start

You are given an IP address + port to access the app, for example:

[1] [BS] Access URLs:
[1]  --------------------------------------
[1]        Local: http://localhost:3002
[1]     External: http://134.220.4.152:3002
[1]  --------------------------------------
[1]           UI: http://localhost:3003
[1]  UI External: http://134.220.4.152:3003
[1]  --------------------------------------

But you may also want to deploy the application in your public_html folder, and browser to is via the domain name URL, for example mine is here:


GitLab

Important: Make sure that you commit your work to GitLab on a regular basis!