Important

This is the documentation for older versions of the Prototype Kit

Covering versions 7, 8, 9, 10, 11 and 12

Go to latest version

Build a basic prototype Open your prototype in your editor

Overview of folders in the Prototype Kit

  • /app is for your work. Inside that folder:
  • views is for HTML pages
  • assets is for CSS, JavaScript, images and downloadable files
  • routes.js is for advanced logic - for example, if a user should go to one page or another based on their answers. We'll cover it later.
  • /docs/views/templates has template pages for you to copy into your prototype

Next (create pages)