Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

monkeydeus/AngularAppDevCourseCode

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is for the Code with Dan Angular/TypeScript development course.

To build the labs do the following:

Download the code and extract it to your machine (or use git).

  1. Run npm install from a command prompt at the root of the folder.
  2. Run npm run setup to run the lab setup process.

Behind a Corporate Proxy?

If you're behind a proxy you'll need to configure your proxy server with npm:

npm config set proxy http://user_name:password@proxy.company.com:your_proxy_port

npm config set https-proxy https://user_name:password@proxy.company.com:your_proxy_port

Get details here:

http://wil.boayue.com/blog/2013/06/14/using-npm-behind-a-proxy/

You'll also need to set the following environment variables in order for the lab setup process to work correctly and get out through the proxy:

Windows

setx HTTP_PROXY http://user_name:password@proxy.company.com:your_proxy_port

setx HTTPS_PROXY https://user_name:password@proxy.company.com:your_proxy_port

Mac

export HTTP_PROXY http://user_name:password@proxy.company.com:your_proxy_port

export HTTPS_PROXY https://user_name:password@proxy.company.com:your_proxy_port

More details here: https://www.npmjs.com/package/request#proxies

About

Code used in the Angular Application Development course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 60.0%
  • HTML 34.8%
  • JavaScript 5.2%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.