7CC005 Workshop w2

From mi-linux
Revision as of 17:49, 6 February 2017 by In9352 (talk | contribs)
Jump to navigationJump to search

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!