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.
Technology Driven Organizational Change Champion Transforming the Business by Serving Teams with Empathy in Pursuit of Self-Realization
2yVery specific and actionable advice for learning ReactJS. Great job #prathima S R Prathima S R