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

https://github.com/kapit4n/mockupero

Collaborative platform to manage mockups, angular 1.3
https://github.com/kapit4n/mockupero

angularjs bower containerid design docker javascript mockup prototype web-components

Last synced: about 2 months ago
JSON representation

Collaborative platform to manage mockups, angular 1.3

Awesome Lists containing this project

README

          

# Mockuper
This project is a collaborative tool to design the user interfaz prototypes of the web system.

## Planning
[Planning Board](https://github.com/kapit4n/mockupero/projects/1)

## Wiki
https://github.com/kapit4n/mockupero-ui/wiki

### Project View
Drawing

## Prerequisites
* node 6
* npm 3.10.6
* grunt-cli v1.2.0
* bower
* run (https://github.com/larce1212/mockupero-api)
* go run https://github.com/kapit4n/mockupero-go

## Install
* npm install
* bower install

## Build & Development

* Run `grunt` for building and `grunt serve` for preview.

* http://localhost:9001

## Run Unit Tests

* Running `grunt test` will run the unit tests with karma.

## Docker installation

* docker build -t llll/ui .
* docker run -p 9001:9001 -d llll/ui
* docker logs containerId
* docker stop containerId
* curl -i localhost:9001