Longfld / AngularQuickStartForBeginning

This is quick start for very beginning Angular with systemjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular Quick Start For Beginning with systemjs

This is quick start for very beginning(systemjs and angular, material & rxjs 6 included)

If you:

have trouble to start https://github.com/angular/quickstart 

Want a simply solution that understanable as a programmer

want to use systemjs , 

try this:

Download or clone this package from "Clone or Download" green button on right top of https://github.com/Longfld/AngularQuickStartForBeginning

Make sure you log on or "run as administrator" then install nodejs(it will include npm) from https://docs.npmjs.com/getting-started/installing-node.

To check your installed node as v4.x.x and npm as 3.x.x version by running "node -v" and "npm -v" in a terminal/console window. Older versions produce errors.

After unzip, go to folder that contains package.json then:

  1. run "npm install". Don't worry about warning message, as long as there is no red ERR message

  2. run "npm start"

About

This is quick start for very beginning Angular with systemjs

License:Other


Languages

Language:JavaScript 40.1%Language:TypeScript 37.7%Language:HTML 19.4%Language:CSS 2.8%