A basic template project for Angular 2 using webpack, karma, jasmine, typescript
- Install Node (v6.x.x check with:
node --version), NPM (v3.x.x check with:npm --version) and git - Install webpack globally:
npm install webpack --global - Install typings globally:
npm install typings --global - Clone the project:
git clone https://github.com/FunByte/EmptyAngular2.git - Install the dependencies:
npm install - Serve the website:
npm start
- Install it via npm:
npm install <package> --saveornpm install <package> --save-dev - Search for the typings name:
typings search <pacakge> - Install the typings:
typings install dt~<package> --save --global - Import the typings in the
vendor.tsfile (e.g.import 'moment';)
The MIT License - FunByte
See the LICENSE file fore more information!
Raphael Hippe
Clemens Basler