Support files for my training on JavaScript, TypeScript & Angular.
- Install Node.js.
- Install MS VS Code.
- Fork this repo.
npm install
Then you can start the course by opening this project in VS Code.
VS Code will ask you to install some recommended extensions. Accept it.
After that, open the first file in the src
dir.
Have fun!
PS.: This is a live repo. I will add more information as classes progress.
- TypeScript Types Search: https://aka.ms/types
- VS Code Tips & Tricks: https://github.com/Microsoft/vscode-tips-and-tricks
- VS Code: https://code.visualstudio.com/updates
- TypeScript: https://github.com/Microsoft/TypeScript/wiki/What's-new-in-TypeScript
- TypeScript: https://www.typescriptlang.org/docs/home.html
- VS Code: https://code.visualstudio.com/docs
- MDN: https://developer.mozilla.org/en-US/
The module
field convention on package.json
- https://github.com/rollup/rollup/wiki/pkg.module
- https://hackernoon.com/node-js-tc-39-and-modules-a1118aecf95e
How promises help to solve the trust issues with callbacks-only coding:
- You Don't Know JS <- great eBook series, by the way.