Skip to content

FunByte/EmptyAngular2

Repository files navigation

EmptyAngular2

A basic template project for Angular 2 using webpack, karma, jasmine, typescript

Development Guide

Getting Started

  1. Install Node (v6.x.x check with: node --version), NPM (v3.x.x check with: npm --version) and git
  2. Install webpack globally: npm install webpack --global
  3. Install typings globally: npm install typings --global
  4. Clone the project: git clone https://github.com/FunByte/EmptyAngular2.git
  5. Install the dependencies: npm install
  6. Serve the website: npm start

Installing Libraries

  1. Install it via npm: npm install <package> --save or npm install <package> --save-dev
  2. Search for the typings name: typings search <pacakge>
  3. Install the typings: typings install dt~<package> --save --global
  4. Import the typings in the vendor.ts file (e.g. import 'moment';)

License

The MIT License - FunByte
See the LICENSE file fore more information!

Authors

Raphael Hippe
Clemens Basler

About

A basic template project for Angular 2 using webpack, karma, jasmine, typescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •