Share with
How to start with javascript framework i.e. React JS web framework in windows operating system
React JS is popular web framework to create website and mobile apps. Here we see how to create React JS app in windows operating system.
React JS
Prerequisite
- Download NodeJS from here Link.
- Check node path is available in your system environment variable. If not click here Link to check how to set node path to system environment variable.
Setup
Step 1
Use command for creating react app i.e. open cmd and use bellow command.
npx create-react-app app_name // example npx create-react-app procodeprogramming
Popular Post
Leave a reply

Sign in to stay updated on your professional world.
Pro Code Programming
Share and learn to code!
Programming articles, which helps you to build your application.
If something you are stuck to code and complete the program, just find here your quetion related articles.
New to Pro Code Programming?