YuCheng Hu 4170a90ac7 | ||
---|---|---|
.circleci | ||
.devcontainer | ||
.github | ||
.husky/_ | ||
.ng-dev | ||
.vscode | ||
.yarn | ||
aio | ||
dev-infra | ||
docs | ||
goldens | ||
integration | ||
modules | ||
packages | ||
public | ||
scripts | ||
third_party | ||
tools | ||
.bazelignore | ||
.bazelrc | ||
.bazelversion | ||
.clang-format | ||
.editorconfig | ||
.eslintrc.js | ||
.firebaserc | ||
.gitattributes | ||
.gitignore | ||
.gitmessage | ||
.mailmap | ||
.ng-dev.log | ||
.nvmrc | ||
.pullapprove.yml | ||
.travis.yml | ||
.yarnrc | ||
BUILD.bazel | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
README-en.md | ||
README.md | ||
WORKSPACE | ||
browser-providers.conf.js | ||
firebase.json | ||
gulpfile.js | ||
harp.json | ||
karma-js.conf.js | ||
package-lock.json | ||
package.json | ||
pubspec.yaml | ||
renovate.json | ||
test-events.js | ||
test-main.js | ||
tslint.json | ||
yarn-error.log | ||
yarn.lock | ||
yarn.lock.readme.md |
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
- Install version 0.17 of Harp (This is the current harp version.)
- cd into root directory
angular.io/
- run
harp server
- Open this url in the browser: http://localhost:9000/
Development setup with watches
- cd into root directory
angular.io/
- run
gulp serve-and-watch
- Open this url in the browser: http://localhost:9000/
- Refresh your browser to see any changes.
Development setup with watches and browser reload
- cd into root directory
angular.io/
- run
gulp serve-and-sync
- 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.