| CSC436: Tooling [1/5] | ![]() ![]() ![]() |
Get VSCode or Webstorm. Here are some code snippets for VSCode. My User settings for VSCode are:
{
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"**/node_modules": true,
"**/*.js.map": {"when": "$(basename)"},
"**/*.js": {"when": "$(basename).ts"}
},
"editor.tabSize": 2,
"typescript.tsdk": "/usr/local/lib/node_modules/typescript/lib"
}
Get chrome canary
Get node
Do this:
npm -g install typescript@next npm -g install typings npm -g install angular-cli