Difference between revisions of "7CC005 Workshop w2"

From mi-linux
Jump to navigationJump to search
Line 22: Line 22:
 
cd angular-2018
 
cd angular-2018
 
</pre>
 
</pre>
 +
 +
Then run the Angular installation, but WITHOUT the -g option (we are not allowed to install globally on mi-linux)
 +
 +
<pre>
 +
npm install @angular/cli
 +
</pre>
 +
 +
Note: The above will take a while...
  
  
 
== 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 15:34, 31 January 2018

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

Installing on mi-linux from Putty

First, go into your public_html folder, create a NEW folder and locate yourself inside it:

cd public_html
mkdir angular-2018
cd angular-2018

Then run the Angular installation, but WITHOUT the -g option (we are not allowed to install globally on mi-linux)

npm install @angular/cli

Note: The above will take a while...


GitLab

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