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

https://github.com/christopher-besch/typescript_reference

Quick Reference for TypeScript.
https://github.com/christopher-besch/typescript_reference

reference typescript webpack

Last synced: 2 months ago
JSON representation

Quick Reference for TypeScript.

Awesome Lists containing this project

README

          

# [TypeScript Reference](typescript)

Simple Overview of TypeScript Features

# [Gatsby](gatsby)

# [Canvas](canvas)

Tutorial from [nodehead](https://www.youtube.com/watch?v=eL1X8urHJmA&list=PLkyEadCJGLm0tPLdUnRRZ3WQYH50TvzUQ) written in TypeScript.
The resulting page can be found [here](https://christopher-besch.github.io/typescript_reference/canvas/out/index.html).

# [Webpack](webpack)

Tutorial from [The Net Ninja](https://www.youtube.com/watch?v=sOUhEJeJ-kI&list=PL4cUxeGkcC9hOkGbwzgYFmaxB0WiduYJC).

- `tsc --init`
- `npm init`
- `npm install webpack webpack-cli ts-loader typescript webpack-dev-server -D`
- `npm run build_debug`