+ 1
Is possible to develop website using REACT framework in Mobile?
How to create a project from React framework in Mobile.
4 Answers
+ 2
Yes, download Termux from playstore. Then update it by command pkg update. then install nodejs pkg install node-js.
then npx create-react-app your-app-name. It will take some minutes depending on your internet speed. Navigate to your react app. Now, run -> npm run start
It will ask you which browser you want to open your react app. If you have multiple browser install. I recommend Chrome.
Then you will need a text editor . you will need to stop your react app by ctrl + c. Now, pkg install nano. then navigate to src folder in your react app. then nano App.js. Now, you can edit your react app.
HAPPY LEARNING.....
+ 2
Calviղ agree
+ 1
🇮🇳Vivek🇮🇳 We can open multiple terminal sessions on Termux, so no need to stop react, just open another terminal to edit code, react can hot loading your app on browser.