https://github.com/zabil/demo-prototype
A prototype application to show gauge demos
https://github.com/zabil/demo-prototype
Last synced: about 1 year ago
JSON representation
A prototype application to show gauge demos
- Host: GitHub
- URL: https://github.com/zabil/demo-prototype
- Owner: zabil
- License: mit
- Created: 2017-05-22T10:40:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-29T05:10:56.000Z (about 9 years ago)
- Last Synced: 2025-03-25T16:27:06.299Z (over 1 year ago)
- Language: JavaScript
- Size: 3.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Gauge Prototype application
This is an app to quickly prototype features.
## Running
```
$ git clone https://github.com/getgauge/griffin --recurse-submodules && cd griffin
$ npm install
$ npm start
$ open http://localhost:3000/
```