A very basic example of a react app implementing Typescript and Webpack
Run the command npm install on the root of the project
You must have installed webpack globally with npm i -g webpack
Once all dependencies were installed run the command webpack, and open the file index.html in the browser
To see more details about react with typescript and webpack refer to https://www.typescriptlang.org/docs/handbook/react-&-webpack.html