Stock Market Search is a web app that allows you to search for stocks and view related financial information and metrics.
The front end tech stack includes React, Redux, Webpack, and Babel. The server is written using Node.js/Express. Stock data is retrieved from Yahoo Finance using node-yahoo-finance.
- Clone this repository. Navigate to the project root.
- Install dependencies:
npm i
- In one terminal window, start server:
npm run start
- In another terminal window, start client:
npm run dev
- In a browser, open the url that was printed to the console in step 4 when the client started. This is likely http://localhost:8080.
- In one terminal window, start server:
npm run start
- In another terminal window, start client:
npm run dev
- In third terminal window, run BVTs:
npm run bvt