I am trying to develop a React app in a Code Catalyst Cloud9 based Dev Environment. I am able to run npm start
to run the development server at localhost:8080
but cannot find any way to preview the running app.
In a regular Cloud9 instance there's an option to preview a running app:
However, there is no such option in the CodeCatalyst environment:
Is this a current limitation of CodeCatalyst? Or is there another way to preview apps that I'm missing? If I have to wait to go through a full deployment pipeline just to see changes, that's going to be a dealbreaker.
I asked this question of the CodeCatalyst team on Slack, and learned that indeed dev environments do not currently support application preview.
That being said, I'm working around the above by using ngrok.