项目作者: fzheng

项目描述 :
Interactive Stock Charts powered by React and HighCharts with Markitondemand as data provider
高级语言: JavaScript
项目地址: git://github.com/fzheng/stockcharts.git
创建时间: 2016-06-06T18:23:10Z
项目社区:https://github.com/fzheng/stockcharts

开源协议:MIT License

下载


Set Up

  1. brew install memcached
  2. brew services start memcached
  3. cd /path/to/stockcharts
  4. npm install
  5. npm start

Then visit http://localhost:3000

Changing the Port

You can change the port number by setting the $PORT environment variable before invoking any of the scripts above, e.g.,

  1. PORT=3001 npm start

Flushing Memcached Server

  1. echo 'flush_all' | nc localhost 11211