Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albinotonnina/ms-nos-frontend
A backbone applicaton for the project Ms-nos, a simple network operating system for Microservices. https://github.com/workshare/ms-nos
https://github.com/albinotonnina/ms-nos-frontend
Last synced: about 1 month ago
JSON representation
A backbone applicaton for the project Ms-nos, a simple network operating system for Microservices. https://github.com/workshare/ms-nos
- Host: GitHub
- URL: https://github.com/albinotonnina/ms-nos-frontend
- Owner: albinotonnina
- Created: 2015-05-04T21:58:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-12T17:54:04.000Z (almost 7 years ago)
- Last Synced: 2024-04-15T01:16:08.480Z (7 months ago)
- Language: JavaScript
- Homepage: http://www.msnos.io
- Size: 2.35 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MSNOS-frontend
A backbone applicaton for the project Ms-nos, a simple network operating system for Microservices
### Web
##Development instructions
```
$ npm install
$ bower install
$ grunt serve
$ grunt watch
```###Dist
```
$ grunt production
$ npm start
```