Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...