Skip to content

Latest commit

 

History

History
executable file
·
32 lines (22 loc) · 917 Bytes

Readme.md

File metadata and controls

executable file
·
32 lines (22 loc) · 917 Bytes

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.