Introduction – project Links for Project Files!
JS frameworks like React Angular 2.0
Completed Projects - Github Links
Environment Setup
A Taste of Angular 1.x
Little bit about Angular 2.0
A Taste of ES6
Startup with NPM for angular 1.x
prerequisites
You need text editor sublime
Node Installed on System
Git bash installed
Git Repo :-
NPM installed ..
Angular
Follow the instructions
Application setup for development
React JSX
JSX is a XML-like syntax extension to ECMAScript without any defined semantics. It's NOT intended to be implemented by engines or browsers
package manager
npm is the package manager for JavaScript. Find, share, and reuse packages of code from hundreds of thousands of developers — and assemble them in powerful new ways.
Node & NPM
ES6(ECMAScript 2015)
ECMAScript is the scripting language that forms the basis of JavaScript. ECMAScriptis standardized by the ECMA International standards organization
Loaders & transpilers
ES6 Module Loaders to load dependancies and Transpilers to convert ES6 to ES5