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
- Host: GitHub
- URL: https://github.com/andreasonny83/angular2-systemjs-playground
- Owner: andreasonny83
- License: mit
- Created: 2017-02-27T20:27:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T20:34:00.000Z (over 8 years ago)
- Last Synced: 2025-01-17T20:44:43.108Z (5 months ago)
- Topics: angular, angular2, angular2-boilerplate, angular2-systemjs, systemjs
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!