Simple React App Creation

Simple React App Creation

As a beginner let’s learn the development of a new React Project from scratch:

Prerequisites:

1.     Install Node from: Node.js (nodejs.org)

2.     Verify by running “node -v” in the command prompt – You will get the installed version

Create an Application structure for a new React Project:

1.     npx create-react-app “your-app-name”

2.     cd “your-app-name”

3.     npm start

4.     Check http://localhost:3000

Following a simple process, an entire file structure is created wherein you can start your development with react.

#reactdevelopers #react #softwaredeveloper #reactbasics #reactjs

Venky Kurapati

Technology Driven Organizational Change Champion Transforming the Business by Serving Teams with Empathy in Pursuit of Self-Realization

2y

Very specific and actionable advice for learning ReactJS. Great job #prathima S R Prathima S R

To view or add a comment, sign in

More articles by Prathima Seethalam Radhakrishna

  • Leetcode Problem 338. Counting bits (Dynamic Programming)

    Given an integer , return an array of length such that for each (), is the number of 's in the binary representation of…

    1 Comment
  • Leetcode #383 Ransom Note

    Given two strings and , return if can be constructed by using the letters from and otherwise. Each letter in can only…

    1 Comment
  • Optimize shuffle an array (Leetcode 384 MEDIUM)

    Let's Optimize Shuffle an array Problem - Leetcode 384. Shuffle an Array We know we can directly use random.

    1 Comment

Insights from the community

Others also viewed

Explore topics