Created by: xpol
This PR helps to easy test react app on cell phones:
- In created react app run
npm start
- After compiled successfully, it will display like:
Compiled successfully!
You can now view pap_app in the browser.
Local: http://localhost:3000/
On Your Network: http://192.168.1.100:3000/
....................................
....................................
....................................
....................................
....................................
....................................
...a qr code will displayed here....
....................................
....................................
....................................
....................................
....................................
Note that the development build is not optimized.
To create a production build, use npm run build.