IcodeNet / angular2-webpack-typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 2 Webpack Typescript

======================

** Note: ⚠️ This project is just used to set up the environment to start learning Angular2 by following the exercises described in Angular2 - Step By Step exercises **

An Angular 2 starter for Angular2 - Step By Step Seed application.

###Installation

1. Clone or fork this repository:

> git clone git@github.com:IcodeNet/angular2-webpack-typescript.git 
> cd angular2-webpack-typescript

2. Install local dependencies

Make sure that you have latest node and npm. Note that typings is preferred to tsd

#either :
#
> npm install tsd -g 
> tsd install node -D
#
# or BETTER
#
> npm install typings --global
> npm install

3. Build local server that will serve as an api for following through the examples

> npm run build-server

2. Install local dependencies

> npm start

About

License:MIT License


Languages

Language:JavaScript 56.3%Language:TypeScript 30.6%Language:HTML 6.7%Language:CSS 6.4%