Skip to content

jhaldi/quick-ng2-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Angular2 project template

This is a simple canned empty project I created to simplify my own work when starting a new Angular2 project.

Typescript assumption: I work with WebStorm and have TypeScript 2.0.3 installed globally, so it is not included in this package.json file. If you need TypeScript you should get it by either installing it to your package

npm install --save typescript

or install it globally

npm install -g typescript 

Essentially this is a stripped down, slightly modified version of the package found on the Angular2 Quickstart tutorial.

Some of the modifications to Quickstart include the following:

  • Use of the new @types for both the core-js and node package items
  • Elimination of the live-server package items since I prefer the XAMPP local server I use
  • Elimination of the testing pieces - for now I wanted a bare bones NG2 install package for my own sandbox purposes

Installation

####1. Clone this project or download it as a zip file

$ git clone https://github.com/jhaldi/quick-ng2-template.git

####2. Install the local packages

$ npm install

About

A simple template for starting an angular2 app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published