Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 198 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 198 Bytes

Bonds and funds historic charting

# install yarn globally
npm install -g yarn

# install app
yarn
# install client
npm run client:install

# run server and client locally
npm run start