Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```