Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ryuheechul
Created May 14, 2019 04:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryuheechul/2d89565d226d237c7f92c13dc3239c24 to your computer and use it in GitHub Desktop.
Save ryuheechul/2d89565d226d237c7f92c13dc3239c24 to your computer and use it in GitHub Desktop.
Prototyping software with yaml

Why?

  • Sometimes I want to develop just the logic or the flow of apps not the implementations.
  • I wanted to prototype with "simpler" code.
  • It would be nice to see working without actually writing real code yet.
description: an example file of what yaml prototyping can do
type: page
name: ex-page-1
children:
- type: reference
name: section-a
url: ./section-a.yml
- type: section
name: section-b
description: section b
children:
- type: input
placeholder: I'm a random input
- type: button
text: I'm a button
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment