Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2016-04-06 20:01:27
Size: 119
Editor: PieterSmit
Comment:
Revision 3 as of 2016-04-11 08:11:48
Size: 622
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
 * Links http://victorsavkin.com/post/118372404541/the-core-concepts-of-angular-2
Line 5: Line 6:
   * Clone quickstart
     * $ git clone https://github.com/angular/quickstart my-proj
     * $ cd my-proj
   * Remove git
     * $ rm -rf .git
   * Create own git
     * $ git init
     * $ git add .
     * $ git commit -m "Initial commit"
     * $ git remote add origin <repo-address>
     * $ git push -u origin master
   * Install software and start web site.
     * $ npm install
     * $ npm start

Angular2 javascript framework by Google

...

Angular2 (last edited 2016-04-11 08:11:48 by PieterSmit)