The following pages illustrate the basic use of the Map Tree pattern to construct a simple site. This isn’t a tutorial but a code-based walkthrough.
You may find it helpful to run the sample code as you go along to see the principles in action, to step through code, or to experiment with the ideas yourself. You can use whatever coding environment you prefer. You will need to have Node.js installed.
Clone the WebOrigami/pattern-intro repository to your own machine.
Open a terminal window in the project’s root directory, then:
$ npm install
This installs a single package used to convert sample markdown content to HTML.
Next: Data representations ยป