Skip to content

IcodeNet/angular2-webpack-typescript

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published