React App
This is avialable on version Alpha 1.1
Create you react app
First you need to Install Termux.
Open termux and run
pkg updateandpkg upgrade.Type
pkg install nodejsand hit enter>After installing go to your SCode Studio and Create new project.
After Creating a new, Empty project or React project click the terminal icon on the right comer of the tab.

It will redirect you to Termux.
Before you proceed ensure you do termux-setup-storage else it won't work.
6. Type cd and hold the text on the termux and click paste.
It will look like something like this and hit enter.

7. type npm i -g create-react-app and hit enter.
8. after installation is done type npx create-react-app your-app-name and hit enter.

9. when it's done type cd your-app-name and hit enter.
10. type rm -rf node_modules and hit enter.
11 type npm install and hit enter.
11. type npm run start to see your react-app running on your web browser.
12. after the loading open the SCode Studio start editing your codes. Have fun.
For more information about react just visit this.
Last updated