Skip to content

mohammed786/angular2-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular2-boilerplate

Run the following commmands in cmd

  • npm install @angular/common @angular/compiler @angular/core @angular/forms @angular/http @angular/platform-browser @angular/platform-browser-dynamic @angular/router --save
  • npm install core-js rxjs zone.js --save
  • npm install typescript --save-dev
  • npm install typings --save-dev
  • npm install webpack webpack-dev-server --save-dev
  • npm install angular2-template-loader awesome-typescript-loader css-loader file-loader html-loader null-loader raw-loader style-loader to-string-loader --save-dev
  • npm install html-webpack-plugin webpack-merge extract-text-webpack-plugin --save-dev
  • npm install rimraf --save-dev
  • node_modules.bin\typings install
  • Replace script option in package.json with below:
"scripts": {
    "start": "webpack-dev-server --inline --progress --port 3000",
    "postinstall": "typings install"
},
  • npm start

*https://scotch.io/tutorials/build-a-mobile-app-with-angular-2-and-ionic-2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published