things-factory / shell

things app starter kit
MIT License
3 stars 0 forks source link

Things-Factory is an environment to develop mobile-oriented apps.

Features

Structural conventions

Other coding conventions

"field.system brief": "System Brief" (x)
"field.system brief": "system brief" (o)

You can set it to style where you need it.

text-transform: capitalize;
text-transform: uppercase;

Authentication

things-factory/shell

things-factory/auth-provider-jwt

things-factory/auth-ui-jwt

Prerequisites

Create a new app

$ yo things-factory:app

Create a new module

base module

$ yo things-factory:base-module

ui module

$ yo things-factory:ui-module

References