Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkozlowski-opensource/ng2-play
A minimal Angular2 playground using TypeScript and SystemJS loader
https://github.com/pkozlowski-opensource/ng2-play
Last synced: 9 days ago
JSON representation
A minimal Angular2 playground using TypeScript and SystemJS loader
- Host: GitHub
- URL: https://github.com/pkozlowski-opensource/ng2-play
- Owner: pkozlowski-opensource
- Created: 2015-01-02T09:43:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-02T23:52:53.000Z (over 5 years ago)
- Last Synced: 2024-10-22T16:00:49.801Z (17 days ago)
- Language: JavaScript
- Homepage:
- Size: 218 KB
- Stars: 536
- Watchers: 38
- Forks: 230
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-angular - ng2-play - A minimal Angular2 playground using TypeScript and SystemJS loader. (Uncategorized / Uncategorized)
README
# ng2-play.ts
A minimal [Angular2](https://angular.io/) playground using [TypeScript](http://www.typescriptlang.org/) and [SystemJS loader](https://github.com/systemjs/systemjs)
## Install
Clone this repo and execute in your favourite shell:
* `npm i -g gulp` to install gulp globally (if you don't have it installed already)
* `npm i` to install local npm dependencies## Play
After completing installation type in your favourite shell:
* `gulp play` to start a "Hello World" app in a new browser window. App files are observed and will be re-transpiled on each change.