Skip to content

Notes Javascript

DomDom edited this page May 22, 2017 · 7 revisions

Notes Javascript

Some Links

La doc de typescript, super important !!!

https://www.typescriptlang.org/docs/home.html

https://code.visualstudio.com/docs/languages/typescript

https://marketplace.visualstudio.com/items?itemName=joelday.docthis

https://marketplace.visualstudio.com/items?itemName=eg2.tslint

http://brianflove.com/2016/11/08/typescript-2-express-node/

Minimal npm usage

npm list -g –depth=0

npm uninstall myPackage –save

npm uninstall myPackage –save-dev

Checker ces extensions

  • body-parser
  • cookie-parser
  • morgan
  • errorhandler
  • method-override

Vérifier ce lien pour voir les différentes façons de débugger dans visual studio code

https://code.visualstudio.com/docs/nodejs/nodejs-debugging

https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs/skeleton_website

[https://www.alsacreations.com/tuto/lire/1686-introduction-a-gulp.html] (https://www.alsacreations.com/tuto/lire/1686-introduction-a-gulp.html)

Clone this wiki locally