In this first ReactJS tutorial, you will first install create-react-app, the command line tool for scaffolding ReactJS applications. You will then use the tool to scaffold out a basic ReactJS application. We will thereafter develop this application into a full-fledged ReactJS application in the process of doing the exercises in this course. At the end of this tutorial you will be able to:
1.1.1 How to:
1. Download and install NodeJS (LTS version) from: https://nodejs.org OR update NodeJS:
2. Installing create-react-app: $ npm install create-react-app --global
3. Generating a ReactJS Project using create-react-app:
4. Start coding:
1.1.2 Screenshots: