/my-express-api

demo node api for app insights and pipelines demo

Primary LanguageTypeScript

my-express-api

demo node api for app insights and pipelines demo..

convert to typescript

  1. npm install --save-dev typescript
  2. npm i --save-dev @types/express
  3. npm install --save-dev tslint
  4. add tslint and txconfig
  5. change *.js to *.ts and fix errors
  6. build to a dist folder
  7. change package.json to change build and run commands
  8. build and run
  9. ref: compare PR#1