Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 727 Bytes

Contributions.md

File metadata and controls

26 lines (18 loc) · 727 Bytes

Available Recipes

  • default

A copy of the amber built in app template to generate an amber app like the built-in application template. Create a new amber app with this template with the command;

amber new mynewapp -r default

Recipe Themes

Basic recipes

basic

  • granite default template using Granite ORM only
  • crecto default template using Crecto ORM only

Miscellaneous

misc

  • modular (organizes model,controller,views in modules)

React

react

  • preact_redux (React SPA using the Preact library - modular)