Congratulations!
You have made your first app with FrameworkJS.
In order to use CloadIO services such as real-time database and data logic back-end, you would need to create an account on CloadIO and use the provided credentials in your FrameworkJS project.
Register on CloadIODownload the latest official version of FrameworkJS.
To create your first FrameworkJS project, follow these steps:
//------------------ config ------------------------------
app.name = 'myApp';
//------------------ end of config -----------------------
The app.name is the registered name that you have made on CloadIO.
After completed these steps, you can run your app in browser. So open the root folder of the project and then click on the index.html, now you can see the "Hello World!".
You have made your first app with FrameworkJS.