/TS-Spartakiade2018

Repository for the TypeScript Workshop at Spartakiade Berlin 2018

Primary LanguageTypeScript

Prerequisites

  • node 8.9.4 (LTS) istalled
  • typescript 2.7.2 installed as global npm package
    • npm install --global typescript

Setup

  • pull this repository
  • run npm install or yarn

Run the app in terminal

  • in root project folder: open a terminal and run tsc --watch
  • open another terminal and run node ./dist/app.js

Branches

  • promises
    • fetches Notes from the api using promses and aync await
  • browser (coming soon)
    • migrate our app to the browser environment

Libraries

During our Workshop I mentioned some libraries.