Build a basic prototype Open your prototype in your editor
In your code editor open your prototype folder. You will see the files and folders that you can edit in your prototype.
Files and folders in your prototype
app is the main folder that includes everything for your prototype. Inside that folder:
assetsis where you can find CSS, JavaScript, images and downloadable filesdatais for adding data filesviewsis where you can find all your pagesconfig.jsonis where you can change your service nameroutes.jsis for advanced logic - for example, if a user should go to one page or another based on their answer
You can learn more about these features after you finish building a basic prototype.