Clone of basic Stock Ticker sample adapted for ASP.NET Core 2.1 SignalR and React.js
How to start:
- Web API App
- Open WebApp solution in Visual Studio.
- Start WebApp by selecting WebApp profile in launch settings and pressing F5
- In opened browser window type URL: http://localhost:5000/api/stocktable/allstocks
- Check JSON data in response
- Web UI on React
- Open web-ui folder in Visual Studio Code
- In terminal window type: npm install
- To start web-ui type: npm start
- Navigate to http://localhost:3000