Skip to content

andreasonny83/angular2-systemjs-playground

Repository files navigation

Angular2 SystemJS Playground

A simple Angular2 boilerplate with SystemJS

Install all the Node dependencies with:

$ npm Install

$ yarn install # for Yarn support

The run the project in your browser with:

$ npm start

That's it!