/web-ui

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

Appwish web UI

Web UI of Appwish platform

Appwish architectural design

Appwish features map

Building

To start development version of your application:

yarn dev

To build production version of your application:

yarn build

To start production version of your application after build:

yarn start