https://github.com/apsdehal/cluster
Repo for Mesosphere Challenge
https://github.com/apsdehal/cluster
Last synced: 4 months ago
JSON representation
Repo for Mesosphere Challenge
- Host: GitHub
- URL: https://github.com/apsdehal/cluster
- Owner: apsdehal
- Created: 2014-12-07T09:31:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-07T13:06:31.000Z (over 11 years ago)
- Last Synced: 2024-12-31T08:26:03.981Z (over 1 year ago)
- Language: JavaScript
- Size: 441 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cluster
=======
UI Dashboard for Mesosphere challenge
#Install
You must have node installed to install this dashboard
- First `npm install` to install required dependencies
- `grunt` to run the grunt tasks
- Now run `index.html` in your favorite browser to enjoy
# Screenshot


# Dependencies
- jQuery - The obvious choice for easy js dom handling
- Handlebars - For templating
- SASS - For easy css writing
- Pure - For grids
- Browserify - For developing CommonJS based modular js
- Grunt - Favorite Task runner