Skip to content

tjvantoll/financial-dashboard

Repository files navigation

Let’s Build a Financial Dashboard with React

This repo contains resources for the Let’s Build a Financial Dashboard with React webinar. The webinar’s demo was built using KendoReact.

Links

Demo

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