Javascript 51
Angular 2 With TypeScript Compiler Configuration JSON File
In my previous post we have learnt to setup TypeScript Compiler watcher for compiling Angular2 code to JavaScript.We have also developed a Angular2 component and bootstrapped it to rendered in browser.I know It looks very lengthy process to setup with the Angular2 code.The Angular2 team should work on this get it simple. The TypeScript Compiler […]
Setting up Angular Version 2
AngularJS Angular version 2.0 is the next big release from Google’s team. A lot of things are changed compared to Angular version 1. The Angular version 1 was developed keeping Web Designer in mind while Angular version 2 is focused on Web Developers. In this demo, “We will learn installing Angular version 2.0 and with […]
Gulp Reactify With React.js Component
Reactify is a Browserify for React JSX. To know more about Browserify check my previous post about introduction to Browserify. Browserify enable the code shared between Client and server side. In this demo,”We will learn to create Gulp task to integrate Browserify-reactify to generate bundle that can be used by client side”. The demo requires […]
Streaming Build System Using Gulp.js
Gulp.js is a build system for application development. Gulp.js uses JavaScript programming language to create the application specific build system. In this demo,”We will learn to setup Gulp and create a simple build to generate a minified version of script file”. The Gulp can be installed using npm install gulp –save-dev command in a terminal.The […]