webexample.zipfilewebexamplefolder:
cd path_to_workspace/webexample
npm install
npm startTo stop the local server press ctrl + c
clientexample.zipfileclientexamplefolder:
cd path_to_workspace/clientexample
npm install
npm run-script build
www/index.htmlnpm install -g cordovaFor the platform specific dependencies follow the instructions on the official website
mobileexample.zipfilemobileexamplefolder:
cd path_to_workspace/mobileexample
npm install
npm run-script build
cordova platform add android
cordova platform add ios
cordova platform add ...
cordova build android
cordova build ios
cordova build ...
cordova run android
cordova run ios
cordova run ...
flutterexample.zipfileflutter create flutterexample
cd path_to_workspace/mobileexample
flutter run
Online model editing, simulation and code generation for web and mobile applications
ALMOsT.js: An Agile Model to Model and Model to Text Transformation Framework