Getting Started with React JS
Apr 19, 2024
You will be happy to develop a web app using React.js. Today, I want to share with you about getting started with React.js.
Create a New App
- “Install the latest version of Node.js.”
“You can download it from https://nodejs.org/en. (Node.js® is a free, open-source, cross-platform JavaScript runtime environment that allows developers to create servers, web apps, command-line tools, and scripts.)”
2. “Check your Node.js version using the terminal:”
node -v
npm -v
Examples of creating a React app:
npx create-react-app my-app
cd my-app
npm start
Output success:
You can find Andi Hermanto’s LinkedIn profile here.