Skip to content

msilb/quantcloud-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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