download Node.js with NPM latest version
download VisualStudio code
put NPM and Node.js on the path in environment variables ( in case node -v and npm -v not recognized )
npm install -g create-react-app
npm install -g create-components-react
go to the folder where the package.json is placed and run npm install
. All node modules will be downloaded.
npm start
runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.