Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/blankon/blankon-installer-ui

BlankOn Installer UI
https://github.com/blankon/blankon-installer-ui

Last synced: 13 days ago
JSON representation

BlankOn Installer UI

Awesome Lists containing this project

README

        

BlankOn Installer UI
====================

*Requirement*

- NodeJS v4.x

*First time installation*
```
$ sudo npm -g install bower gulp
$ npm install
```

*Update installation*
```
$ bower install
```

*Building*
```
$ gulp
```

The UI is available in `dist` directory after building.

*Testing*
```
$ (cd dist;python -m SimpleHTTPServer)
```

and open http://localhost:8000 in your browser.