We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ae39c commit bc81372Copy full SHA for bc81372
mobile/tfjs-emotion/serve.sh
@@ -1,3 +1,4 @@
1
#!/bin/bash
2
3
-cd app && python -m http.server
+cd app && python -m http.server &
4
+ssh -R 80:localhost:8000 serveo.net
0 commit comments