We can deploy the app to GitHub pages. We use:
npm run deploy
See also:
I use ngrok to provide an interface to the testing environment
ngrok http http://localhost:3000
We can backup the source using:
zip -r "$(date).zip" file-browser
We can deploy the app to GitHub pages. We use:
npm run deploy
See also:
I use ngrok to provide an interface to the testing environment
ngrok http http://localhost:3000
We can backup the source using:
zip -r "$(date).zip" file-browser