/NG2-Socially

Angular2 + Meteor Demo: step by step tutorial found at Angular-Meteor.com

Primary LanguageTypeScript

Ng2-Socially

The demo following the Meteor - Angular 2 tutorial at Angular-Meteor.com.

Get Started

  1. Clone the repo and open the folder.

    git clone git@github.com:ShMcK/NG2-Socially.git cd NG2-Socially

Steps

  1. Bootstrapping

    git checkout -f step-00

  2. Static template

    git checkout -f step-01

  3. Dynamic template

    git checkout -f step-02

  4. 3-way data-binding

    git checkout -f step-03

  5. Adding/removing objects & events

    git checkout -f step-04

  6. Routing

    git checkout -f step-05

  7. Bind one object

    git checkout -f step-06

  8. Folder structure

    git checkout -f step-07

  9. User accounts & Permissions

    git checkout -f step-08

  10. Privacy: publish & subscribe

    git checkout -f step-09

  11. Deploying your app

    git checkout -f step-10