A single page application which display a daily OHLC chart of stocks of a user's choice.
To run this project Node and npm are required,
- Node 10.x
- npm 6.x
-
Clone the git repo.
git clone https://github.com/rohitah/bambu_code_challenge.git
-
Run
npm install
to install all node module dependencies. -
Run
npm run start:dev
to run the project.