Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 371 Bytes

readme.md

File metadata and controls

19 lines (13 loc) · 371 Bytes

typescript plyground

Getting Started

Installing Dependencies

project requires having node installed https://nodejs.org/en/download/

run npm install to install the dependencies

content

packages for testing/developping backend apps, eslint and prettier configured

Testing

Testing is done using jasmine To run the tests, run

npm run test