Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 710 Bytes

readme.md

File metadata and controls

30 lines (22 loc) · 710 Bytes

HTML5, CSS3, JS and jQuery

The repository holds all artifacts of my HTML5, CSS3, JS and Jquery Training Course.

Install

yarn install

Set Proxy

(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"

References

Jquery UI Examples on Github

License

MIT

Contribute

Pull Requests always welcome, as well as any feedback or issues.