Web
Analytics
Yogesh | Angular | ASP.NET Tutorials

For Consultation : +91 9887575540

Stay Connected :

How to install React JS on windows

How to install React JS on windows

How to install React JS on windows First Install Node js and NPM(NPM installed along with Node JS) Write following command to create react tool Npm i –g create-react-app Now create new react project using create react app tool into any location of your pc...

Environment setup of React Native

Environment setup of React Native : Two Options : Expo – React Native Cli Install Expo- CLi : npm i –g expo-cli Check Version : expo –version Create New App : expo init projectname We have a file with the name app.js which is the entry file for react native app. We...