An open API service indexing awesome lists of open source software.

https://github.com/andreasonny83/angular2-systemjs-playground

A simple Angular2 boilerplate with SystemJS
https://github.com/andreasonny83/angular2-systemjs-playground

angular angular2 angular2-boilerplate angular2-systemjs systemjs

Last synced: 3 months ago
JSON representation

A simple Angular2 boilerplate with SystemJS

Awesome Lists containing this project

README

        

# Angular2 SystemJS Playground

> A simple Angular2 boilerplate with SystemJS

Install all the Node dependencies with:

```bash
$ npm Install

$ yarn install # for Yarn support
```

The run the project in your browser with:

```bash
$ npm start
```

That's it!