Let’s create our new React JS app.

You’ll need NPM and Node JS installed on your system, please check out this tutorial first.

Once your all set, Open your command prompt (start > type CMD).

Next we’ll create our react app using NPM.

npx create-react-app my-app
cd my-app 
npm start

You should see something like this.

Categorized in: