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/
- Host: GitHub
- URL: https://github.com/winand/tutorial_ts_frontend
- Owner: Winand
- Created: 2021-09-06T20:32:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T21:39:00.000Z (over 4 years ago)
- Last Synced: 2025-06-03T03:48:07.872Z (about 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`