7-5-11. Where are my pages after I deploy?

Q.

Where are my pages after I deploy?

A. 

Deployed pages are available in your Salesforce organization.
In Salesforce, click Setup > App Setup > Develop > Pages for Visualforce pages and Setup > App Setup > Develop > Apex class for Apex classes.
There are two ways to open your Visualforce pages.
(1) Click on the "Show" button after deploying from SkyVisualEditor Studio.

(2) Show directly in Salesforce by entering the URL
Get the page name from SkyVisualEditor Studio or check the page name in Salesforce.
(Click Setup > App Setup > Develop > Pages)
If you are logged into Salesforce you can view your page by typing the following URL
https://[Salesforce Pod].salesforce.com/apex/[Page Name]


Check Salesforce specification for further details about using Visualforce pages.