Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 639 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 639 Bytes

examples patterns recipes

Lead Maintainer: Drew Fyock

A collection of patterns and approaches submitted by the community for building with Ampersand.js.

Each top-level folder contains an example and a readme explaining the example.

Please see contributing.md for more details on how to contribute.

exploring

  1. Clone this repo
  2. Browse the examples (each folder has one example with a readme)
  3. Unless noted in readme for that example you can run any of them by doing this:
    • cd folder-name
    • npm install
    • npm start

license

MIT