Skip to content

thibaultboursier/inversify-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inversify-playground

Inversion of Control playground with Inversify. Simple stuff to check Dependency Injection.

Install

First, install NPM dependencies :

npm install

Transpile TypeScript files to ES6 JavaScript, and watch for changes :

tsc -w

Finally, bootstrap NodeJS server :

npm start

Releases

No releases published

Packages

No packages published