Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/proullon/cds-ui
https://github.com/proullon/cds-ui
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/proullon/cds-ui
- Owner: proullon
- License: other
- Created: 2016-10-11T08:46:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-11T08:45:38.000Z (over 8 years ago)
- Last Synced: 2024-12-09T23:12:35.992Z (about 1 month ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# CDS UI
CDS UI is a webclient for CDS .
## Getting Started
### Prerequisites
- [Git](https://git-scm.com/)
- [Node.js and npm](nodejs.org) Node ^4.2.3, npm ^2.14.7
- [Bower](bower.io) (`npm install --global bower`)
- [Grunt](http://gruntjs.com/) (`npm install --global grunt-cli`)### Developing
1. Run `make build` to install dependencies.
2. Run `make dev` to start the development server. It should automatically open the client in your browser when ready.