This app allows you to sign in and view stock prices in real time. It also allows you to save certain stocks, positioning them on your dashboard for easy access. You will also be granted 100 credits that you can bet towards stock! See how much you can make!
Download VSC here : Visual Studio Code
Open your terminal (cmd+spacebar "terminal") then navigate to a folder you wish to pull the repo to. Copy the following into the Terminal:
git clone git@github.com:john-dulaney/front-end-capstone.git
-
Download Node.js, we need this to install npm: Node.js
-
With terminal, type:
sudo npm install npm -g
- Now we can install http-server, which we'll use to run the app locally.
npm install -g http-server
- Using terminal, navigate to the directory with this command:
cd front-end-capstone
- Then:
http-server
- Use CMD+Click on the ip address in the terminal or copy and paste it into your browser.