https://github.com/michalsnik/inversify-es6-demo
https://github.com/michalsnik/inversify-es6-demo
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michalsnik/inversify-es6-demo
- Owner: michalsnik
- Created: 2017-04-10T21:51:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T22:23:25.000Z (about 8 years ago)
- Last Synced: 2024-10-28T16:37:25.085Z (7 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```