- React, Redux and React Router to create Single Page App.
- Moment.js is used to calculate time.
- Chart.js is used to show Graph of stock price.
- styled-components is used to style React Components.
- Websocket is used to subscribe for updates.
- Clone this repo git@github.com:shoaibbhimani/StockApp.git.
- run
yarn install
to install all dependencies. - run
yarn start
to start development server.