Skip to main content

Getting Started with ReactJS

Welcome to the ReactJS documentation! This guide will help you get started with building dynamic web applications using ReactJS.

Prerequisites​

Before you begin, make sure you have the following installed on your machine:

  • Node.js (version 12 or higher)
  • npm (Node package manager)

Installation​

To create a new ReactJS project, open your terminal and run the following command:

npx create-react-app my-app