• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

bjpbakker/angular-koans: contains koans for learning and practicing Angular

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

bjpbakker/angular-koans

开源软件地址:

https://github.com/bjpbakker/angular-koans

开源编程语言:

JavaScript 100.0%

开源软件介绍:

Angular Koans

This project contains some koans for learning AngularJS. Using tags various practices are offered.

Quick Start

To start working on the first koan quickly, checkout the koan and read the description using the following commands.

$ git checkout -b bootstrap-impl 01-bootstrap-angular
$ git show --quiet 01-bootstrap-angular

Read the description and get cracking at it. To move to the next koan checkout the 02-default-route tag, then tag 3-greetings, and so on.

The remainder of this README describes how to run a koan and provides more details on the koan and solution tags provided by this repository.

Running a Koan

These koans are created using Node.js. If you haven't already make sure to install Node.js from nodejs.org. Installation details are provided by Node.js.

From any tag you can run the koans using the included server. First you need to install the required dependencies.

$ npm install

Then you can run the server.

$ npm start

Koans

A list of koans is simply populated from the tags in this repository. These are annotated tags containing a description of the koan.

To get a list of koans with a brief summary, you list the tags in the repository:

$ git tag -ln1

To read the full description of a koan, you show the full annotation of the commit.

$ git show --quiet <tag>

Note: this also includes the message of the commit that is marked by the tag. You can safely ignore this.

For each koan two tags are provided. The first one marks the starting point of the koan. The second one marks the solution point in this repository. To start working on a koan you'd branch off the starting point. For example, to start with first koan you do create a solving branch and checkout that branch:

$ git checkout -b bootstrap-impl 01-bootstrap-angular

Tip: when you get stuck solving a koan you can consider reading the commit logs of the corresponding solution tag. These commit messages should be verbose on the changes.




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap