First, make sure you have node and git installed on your computer
Node: https://nodejs.org/en/
Git: https://git-scm.com/downloads
-
Create a folder on your computer, such as /projects/
-
Open the /projects/ folder in a terminal, such as VS Code's integrated terminal
-
Type: git clone https://github.com/kristjanmar/minimal-react-with-jsx.git
-
Type: cd minimal-react-with-jsx
-
Type: npm install
-
Type: npx webpack
Now you should be able to open the index.html file in your browser. It is listed under /projects/minimal-react-with-jsx/index.html
You should now see "Hello World!" rendered with React