Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 638 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 638 Bytes

Web Application Template

Useful scripts:

yarn gen:component <component name> <category> Creates a new component in the components folder. The category will default to common.

yarn gen:page /<page name> Creates a new page in the pages folder.

yarn gen:pageWithAuth /<page name> Creates a new page in the pages folder with authentication layout.

yarn gen:contextHook <context name> Creates a new context hook in the hooks folder.

yarn gen:crud <entity name> Creates read, create, update, and delete procedures for an entity.

yarn gen:crudHook <entity name> Creates read, create, update, and delete hooks for an entity.