Creating First React Application

0

After a long time, I came with an awesome post Creating your first React application.

Why React need to use?

React is a Javascript framework that is easy to use and created by Facebook teams where you can write once use anywhere. In React application users can create a component and use it where it needs and you can use it many times.

Things before getting started with React Framework

Before getting started with the React Framework you must have knowledge of HTML, CSS, and Javascript on the other hand it's JavaScript Framework so you must have a good knowledge of Javascript.

Who to install React Application

If you haven't download NPM then you must install NPM before going to Execute the below code

npx create-react-app first-react

After executing this command your first react application will start to install it may take 5 to 10 minutes until that you can take a cup of coffee or tea. make sure you are note using capital character and space in your project.

after the process you can see a folder as yours react project name which you typed while creating react app and get into that directory and execute the below comman to start your react app.

npm start first-react		

That's all about installing the react app and starting the react app. I hope you loved this short post

And you will get to see a default React project run on your default browser, Now you can start to write codes.

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.
Post a Comment (0)
Our website uses cookies to enhance your experience. Learn More
Accept !