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:
assets
is where you can find CSS, JavaScript, images and downloadable filesdata
is for adding data filesviews
is where you can find all your pagesconfig.json
is where you can change your service nameroutes.js
is 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.