https://github.com/jdiehl/mx-widgets
https://github.com/jdiehl/mx-widgets
mendix
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jdiehl/mx-widgets
- Owner: jdiehl
- Created: 2023-01-30T09:43:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T08:20:51.000Z (over 2 years ago)
- Last Synced: 2025-03-24T05:33:33.555Z (11 months ago)
- Topics: mendix
- Language: TypeScript
- Homepage:
- Size: 3.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mendix Widgets
This repo contains multiple Mendix widgets.
## Setup
Run `npm i --legacy-peer-deps`
## Dev Server
Start dev server: `npx turbo run start --filter={package-name}`
## Build
Build all: `npm build`
Build single package: `npx turbo run build --filter={package-name}`