Giter Club home page Giter Club logo

angular-koans's Introduction

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 repostory.

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 depenendecies.

$ 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.

angular-koans's People

Contributors

bjpbakker avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.