This repo contains resources for the Let’s Build a Financial Dashboard with React webinar. The webinar’s demo was built using KendoReact.
To run the ACME Stocks app, first clone this repository and cd
into its directory.
git clone https://github.com/tjvantoll/financial-dashboard.git
cd financial-dashboard
Next, npm install
the app’s dependencies.
npm install
And then run npm run start
, and visit localhost:3000
in your browser to see the app in action.
npm run start