Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrenarchy/jspm-typescript-es6-boilerplate
https://github.com/andrenarchy/jspm-typescript-es6-boilerplate
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrenarchy/jspm-typescript-es6-boilerplate
- Owner: andrenarchy
- Created: 2016-01-30T23:41:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-06T20:07:30.000Z (almost 9 years ago)
- Last Synced: 2024-11-23T12:48:29.971Z (2 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jspm + typescript + es6 boilerplate
This repo shows how to setup jspm for transpiling typescript es6 code (including async/await!) to es5. The typescript compiler is used to compile to es6 code and babel is used to compile to es5.
```
npm run install-deps
```## Development
```
npm run serve
```
Open `http://localhost:8080` and hack!## Production
```
npm run bundle
```
Run `npm run serve` and open `http://localhost:8080/index-bundle.html`.