REACTEUSE

PHOTO EMBED

Sun Oct 04 2020 00:56:34 GMT+0000 (Coordinated Universal Time)

Saved by @bifrost #commandline

(REACT JS)
npx create-react-app <app>
-npm run start , build ...
-yarn start , build ...

(REACT NATIVE CLI)
npx react-native init <app>
-npx react-native start
-npx react-native run-android (run_ios)

(REACT NATIVE EXPO CLI)
expo init <app>
-npm start
content_copyCOPY