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
- Host: GitHub
- URL: https://github.com/kapit4n/mockupero
- Owner: kapit4n
- Created: 2016-09-24T01:49:13.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2020-05-15T22:53:24.000Z (about 6 years ago)
- Last Synced: 2025-03-11T08:32:52.125Z (about 1 year ago)
- Topics: angularjs, bower, containerid, design, docker, javascript, mockup, prototype, web-components
- Language: JavaScript
- Homepage: https://kapit4n.github.io/mockupero/
- Size: 16.8 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
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

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