Go to file
Peter Bacon Darwin 10b87e8017 api-builder: add breadcrumbs links 2015-11-13 16:39:21 +00:00
.vscode QuickStart replaced by Getting Started (TS/JS) versions 2015-10-14 21:41:51 -07:00
public (docs) displaying-data: use npm, not cdn (oops) and upgraded to alpha46 2015-11-12 15:25:42 -08:00
tools api-builder: add breadcrumbs links 2015-11-13 16:39:21 +00:00
.gitignore chore(gitignore): ignore `www` folder 2015-11-10 18:38:00 +00:00
LICENSE Apache 2.0 License 2015-03-11 04:28:24 -07:00
README.md docs(readme): fix nvm link 2015-11-13 08:09:22 +00:00
firebase.json chore(hackathon): post hackathon info 2015-10-20 00:58:19 +01:00
gulpfile.js chore(gulp): re-enable browsersync watching for non-API files 2015-11-13 07:27:53 +00:00
harp.json add Martin Staffa to contributors 2015-10-19 15:44:37 +01:00
package.json chore(jade): upgrade to use `marked` filter 2015-11-10 18:37:53 +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. Clone this repo and angular on the same parent directory
  3. cd into root directory angular.io/
  4. make sure you are using the latest node and npm by running nvm use 4.
  5. install local packages by running npm install

Local server 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 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.