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

https://github.com/winand/tutorial_ts_frontend

https://techblog.topdesk.com/coding/front-end-with-typescript-tutorial-first-some-basics-npm-gulp-browserify/
https://github.com/winand/tutorial_ts_frontend

Last synced: 8 months ago
JSON representation

https://techblog.topdesk.com/coding/front-end-with-typescript-tutorial-first-some-basics-npm-gulp-browserify/

Awesome Lists containing this project

README

          

# Install
```
npm i knockout
npm i -g browserify
```

# Build
```
tsc
browserify typescript/main.js -o javascript/bundle.js
```

# Run
`./view/index.html`