2015-03-11 20:53:43 -04:00
# Angular.io
2015-04-28 15:33:29 -04:00
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.
2015-03-11 20:53:43 -04:00
## How you can help
- [File an issue on github ](https://github.com/angular/angular.io/issues )
- [Contribute to Angular.io ](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md )
## Development Setup
2015-10-06 00:11:08 -04:00
1. install [nvm ](https://www.npmjs.com/package/nvm )
2015-03-11 20:53:43 -04:00
2. cd into root directory `angular.io/`
2015-10-06 00:11:08 -04:00
3. make sure you are using the latest node and npm by running `nvm use 4` .
2015-08-08 16:55:53 -04:00
3. install local packages by running `npm install`
2015-03-11 20:53:43 -04:00
2015-08-03 20:45:58 -04:00
## Development setup with watches
1. cd into root directory `angular.io/`
2. run `gulp serve-and-watch`
2015-08-08 16:55:53 -04:00
3. open this url in the browser: [http://localhost:9000/ ](http://localhost:9000/ )
4. refresh your browser to see any changes.
2015-08-03 20:45:58 -04:00
## Development setup with watches and browser reload
1. cd into root directory `angular.io/`
2015-08-10 14:17:02 -04:00
2. run `gulp serve-and-sync`
3. browser will launch ( on localhost:3000 instead of localhost:9000) and stay refreshed automatically.
2015-03-11 20:53:43 -04:00
## 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
2015-10-06 00:11:08 -04:00
Powered by Google ©2010-2015. Code licensed under the [Apache License, Version 2.0 ](http://www.apache.org/licenses/LICENSE-2.0 ). Documentation licensed under [CC BY 3.0 ](http://creativecommons.org/licenses/by/3.0/ ).