Prerequisites:
- Acode
- Termux
Termux setup
- Open Termux and run:
(pkg update) (pkg upgrade) termux-setup-storage // request storage access pkg install nodejs
- To create the react app:
npx create-react-app your-app-name
- Open the project folder:
cd your-app-name
- Run the react app:
npm start or yarn start
Et voila!
React is now running on localhost:3000
Â
Acode setup
- Open Acode
- Click on Open Folder
- Select Termux from the site pannel
- Tap on “Use this folder”