Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 392 Bytes

README.md

File metadata and controls

42 lines (24 loc) · 392 Bytes

code

online coding tool mainly for highcharts

Run on your server

install

// install grunt + bower + yeomen 

npm install grunt-cli -g
npm install bower -g
npm install yeomen -g

// clone 
git clone https://github.com/zhy1stgg/code/

cd  {your folder}

node install
bower install

run

grunt serve -w

then open http://localhost:3000