- Clone the Repo
git clone https://github.com/StockVisualizer/StockVisualizer.git
- Change your directory to StockVisualizer and install required modules
cd StockVisualizer && npm install
- Start the server!
npm start
- Point your browser to http://localhost:3030/ and have fun!