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

https://github.com/michalsnik/inversify-es6-demo


https://github.com/michalsnik/inversify-es6-demo

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Inversify.JS - ES6 Demo

1. Install all dependencies
```
npm install
```

2. Run app
```
npm start
```

3. Test app
```
npm test
```