Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 451 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 451 Bytes

dinoloop-inversify-starter

Dinoloop starter project featuring Typescript, Express, Inversify, Moq.ts, Jasmine with TDD. This project uses Jasmine for unit-tests. You can choose other testing frameworks too :)

Start WebServer

git clone the project

npm install
npm start

Run Tests

npm test

Navigate to http:localhost:8088/api/home/get in browser