Go to file
Scott Hatcher c1b6e3e335 Update sentence verbiage. 2015-10-31 19:34:02 -07:00
.vscode QuickStart replaced by Getting Started (TS/JS) versions 2015-10-14 21:41:51 -07:00
public Update sentence verbiage. 2015-10-31 19:34:02 -07:00
.gitignore (docs)do not commit zip file in ../resources/zips 2015-10-31 19:22:05 -07:00
LICENSE Apache 2.0 License 2015-03-11 04:28:24 -07:00
README.md Update README.md with latest node version change 2015-10-05 21:11:08 -07:00
firebase.json chore(hackathon): post hackathon info 2015-10-20 00:58:19 +01:00
gulpfile.js exclude top level index.jade from being copied when generating api docs. 2015-10-27 20:37:14 -07:00
harp.json add Martin Staffa to contributors 2015-10-19 15:44:37 +01:00
package.json chore(package.json): update to dgeni-packages 0.11.0 2015-10-31 20:51:32 +00:00

README.md

Angular.io

Angular.io is currently the preview site for Angular 2. This site also includes links to other helpful angular resources including Angular 1, Angular Material, and AngularFire.

How you can help

Development Setup

  1. install nvm
  2. cd into root directory angular.io/
  3. make sure you are using the latest node and npm by running nvm use 4.
  4. install local packages by running npm install

Development setup with watches

  1. cd into root directory angular.io/
  2. run gulp serve-and-watch
  3. open this url in the browser: http://localhost:9000/
  4. refresh your browser to see any changes.

Development setup with watches and browser reload

  1. cd into root directory angular.io/
  2. run gulp serve-and-sync
  3. browser will launch ( on localhost:3000 instead of localhost:9000) and stay refreshed automatically.

Technology Used

  • Angular 1.x: The production ready version of Angular
  • Angular Material: An implementation of Material Design in Angular.js
  • Harp: The static web server with built-in preprocessing.
  • Sass: A professional grade CSS extension language
  • Normalize: A modern, HTML5-ready alternative to CSS resets
  • Grids: A highly customizable CSS Grid Framework built with Sass
  • Prettify: A JS module and CSS for syntax highlighting of source code snippets.
  • Icomoon: Custom built icon fonts

License

Powered by Google ©2010-2015. Code licensed under the Apache License, Version 2.0. Documentation licensed under CC BY 3.0.