Skip to content

prohorova/stock-market

Repository files navigation

StockMarket

Charts for stock market. Part of FCC

Demo

Client side was generated with Angular CLI version 1.0.0.

Run

Install dependencies

npm install

Run client

ng serve

Build client

ng build

Run server

npm start