/stockapp

A app to get stocks info

Primary LanguageTypeScript

stockapp

A app to get stocks info

Demo URL : http://stocks.finally.in

Enter symbols, e.g : MSFT,GOOG

git clone https://github.com/bipindra/stockapp 
cd stockapp
npm install
//to run
npm start  
// to create build and deployable code is dumped in dist
npm run build