Skip to content

msilb/quantcloud-web

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

QuantCloud Web

Overview

This is an experimental HTML5 front-end for a yield curve calculation engine QuantCloud. It is showcasing the use of the following client-side technologies:

Getting Started

After cloning, perform the following tasks:

  1. Make sure you have all dependencies installed (Node.js incl. npm, grunt, and bower).
  2. Run npm install.
  3. Run bower update.
  4. Run grunt serve, this should display the main page.

Dependencies Management

To add js dependencies run e.g. bower install gridster --save, remove dependencies with bower uninstall jquery --save. The --save switch is important because then you can use grunt to automatically inject dependencies into your index.html with grunt bowerInstall.

Deploying

Run grunt to build minified version (html + js + css) in <root>/dist ready for deployment to server.

About

Experimental HTML5 front-end for yield curve calculation engine, based on gridster.js and Highcharts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published