dinoloop-inversify-starter

June 23, 2018 ยท View on GitHub

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

Contents

  1. 0.1Start WebServer
  2. 0.2Run Tests