...
In this tutorial we will use a React app template. It is possible to develop applications using other technologies or just in plain js+html, but for simplicity we will focus on React in this tutorial.
...
Select ‘React app’ template when asked.
...
Lets run the app now:
yarn start
...
The app should start in a new browser window.
...