The repository holds all artifacts of my HTML5, CSS3, JS and Jquery Training Course.
yarn install
(General)
npm config set proxy http-proxy-server-URL:proxy-port
npm config set https-proxy https-proxy-server-URL:proxy-port
(For Oracle)
npm config set proxy http://www-proxy.us.oracle.com:80
npm config set https-proxy https://www-proxy.us.oracle.com:443
git config --global http.proxy "www-proxy.us.oracle.com:80"
Pull Requests always welcome, as well as any feedback or issues.