ReactJS Development on Android

Tags
Last edited time
Last updated June 13, 2023
Format and Platform
Video preview
notion image
Prerequisites:
  • Acode
  • Termux

Termux setup

  1. Open Termux and run:
    1. (pkg update) (pkg upgrade) termux-setup-storage // request storage access pkg install nodejs
  1. To create the react app:
    1. npx create-react-app your-app-name
  1. Open the project folder:
    1. cd your-app-name
  1. Run the react app:
    1. npm start or yarn start
Et voila!
React is now running on localhost:3000
 

Acode setup

  1. Open Acode
  1. Click on Open Folder
  1. Select Termux from the site pannel
  1. Tap on “Use this folder”