Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alfonso-presa/di-typescript-sample


https://github.com/alfonso-presa/di-typescript-sample

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

This is a sample project of using typescript to provide a very minimalist DI mechanism.

## Building

```
npm install
npm run-script build
```

## Running

```
npm run-script run
```

And open a browser in [http://localhost:8080](http://localhost:8080)