This tutorial shows how to create a simple HTML5 application in Aptana Studio
Verify Aptana Studio Version
This tutorial is based on Aptana Version: 3.4.1
Create a New Web Project
At Project Explorer, right-click, select “Newâ€->â€Web Projectâ€
Select Default Project that is empty.
At “Project name:â€, enter “HelloWorldâ€. Keep the other selection as the default value. Hit Finish.
Add a HTML5 file to the project
Next, we will add a new HTML5 file. Right-click on the HelloWorld project, select “New From Templateâ€->â€HTMLâ€->â€HTML5 Templateâ€
Select “HelloWorld†as the parent folder and name the file “HelloWorld.htmlâ€.
A file named “HelloWorld.html†would be created.
Test Time!
To test it, right-click on the new_file.html file, and select “Run Asâ€->â€Javascript Web Applicationâ€
The internal server bundled with Aptana would run, and the HelloWorld.html would open in the default browser. You should see the page as followed: