Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 488 Bytes

File metadata and controls

17 lines (10 loc) · 488 Bytes

basic-react

A very basic example of a react app implementing Typescript and Webpack

Setup

Run the command npm install on the root of the project

Note:

You must have installed webpack globally with npm i -g webpack

Run

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