MyBlogs

How to create a new project with create React App?

23 november, 2020

Getting started | Create React app

React is a popular JavaScript framework for creating front-end applications. Originally created by Facebook, it has gained popularity by allowing developers to create fast applications using an intuitive programming paradigm that ties JavaScript with an HTML-like syntax known as JSX.

Starting a new React project used to be a complicated as it involves multi-step process to setting up a build system.

In this tutorial, i am going to teach you how to create a react app step-by-step.


Prerequisites

To follow this tutorial, you’ll need the following:


Step-1


Step-2

Step-3


Step-4


Step-5

Congratulations ! you have succesfully create a new project in react app

Thank you for reading this blog, i hope you will like it.