jhihruei / lodestar-app-admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KOLABLE App

This application is based on multi-tenant architecture. You can customize your own application from this app.

Customization

you must set REACT_APP_ID in your environment variable

Environment variable

configure APP_ID, API server, user pool, and so on

Database

add application record into app table

Theme

set theme variables into theme folder and naming into {REACT_APP_ID}.js

Template

put template page into src/templates/{REACT_APP_ID} folder with the same filename as the corresponding page. ex: HomePage.tsx

Styling

UI framework

using antd for the base UI framework and modifying with styled-component shared variables in theme folder

Responsive

using react-responsive to separate mobile and default version

Layout

TBD

About


Languages

Language:TypeScript 99.7%Language:HTML 0.1%Language:CSS 0.1%Language:JavaScript 0.1%Language:SCSS 0.0%Language:Shell 0.0%