- title: React / Redux repo: gothinkster/react-redux-realworld-example-app logo: https://raw.githubusercontent.com/gothinkster/react-redux-realworld-example-app/master/project-logo.png install: 'npm install' build: 'npm run build' tauri: build: distDir: '../build' # Build fails # - title: Elm # repo: rtfeldman/elm-spa-example # logo: https://cloud.githubusercontent.com/assets/556934/25448178/3e7dc5c0-2a7d-11e7-8069-06da5169dae6.png # preinstall: # - 'npm install -g elm' # - 'node ../../init-package.js' # build: 'elm make src/Main.elm --output elm.js --optimize' # tauri: # build: # distDir: '../' - title: Angular repo: gothinkster/angular-realworld-example-app logo: https://raw.githubusercontent.com/gothinkster/angular2-realworld-example-app/master/logo.png install: 'npm install' build: 'npm run build' tauri: build: distDir: '../dist' - title: React / MobX repo: gothinkster/react-mobx-realworld-example-app logo: https://raw.githubusercontent.com/gothinkster/react-mobx-realworld-example-app/master/project-logo.png install: 'npm install' build: 'npm run build' tauri: build: distDir: '../build' # Won't build because Gulp 3 requires an old Node version # - title: AngularJS # repo: gothinkster/angularjs-realworld-example-app # logo: https://raw.githubusercontent.com/gothinkster/angularjs-realworld-example-app/master/project-logo.png # install: 'npm install' # build: 'gulp' - title: Vue repo: gothinkster/vue-realworld-example-app logo: https://github.com/gothinkster/vue-realworld-example-app/blob/master/static/rwv-logo.png preinstall: - npm install -g @vue/cli install: 'npm install' build: './node_modules/.bin/vue-cli-service build' tauri: build: distDir: '../dist' # Can't build with Tauri: Error: Could not find index.html in dist dir (dist has template.html) # - title: Svelte / Sapper # repo: sveltejs/realworld # logo: https://github.com/sveltejs/realworld/blob/master/logo.png # install: 'npm install' # build: 'npm run build' # tauri: # build: # distDir: '../__sapper__/build' # Not tested yet # - title: ClojureScript + Keechma # repo: gothinkster/clojurescript-keechma-realworld-example-app # logo: https://raw.githubusercontent.com/gothinkster/clojurescript-keechma-realworld-example-app/master/logo.png # install: "" # build: "lein figwheel build" - title: ClojureScript + re-frame repo: jacekschae/conduit logo: https://cloud.githubusercontent.com/assets/556934/25448267/85369fdc-2a7d-11e7-9613-ab5ce5e1800f.png install: 'npm install' build: 'npm run release' tauri: build: distDir: '../public' - title: AppRun repo: gothinkster/apprun-realworld-example-app logo: https://github.com/gothinkster/apprun-realworld-example-app/blob/master/logo.png install: 'npm install' build: 'npm run build' tauri: build: distDir: '../' - title: Crizmas MVC repo: gothinkster/crizmas-mvc-realworld-example-app logo: https://raw.githubusercontent.com/gothinkster/crizmas-mvc-realworld-example-app/master/crizmas.png install: 'npm install' build: 'npm run build' tauri: build: distDir: '../dist' # dist dir does not seem to be created since moving from Yarn to NPM # - title: Aurelia # repo: gothinkster/aurelia-realworld-example-app # logo: https://raw.githubusercontent.com/gothinkster/aurelia-realworld-example-app/master/logo.png # install: 'npm install' # build: 'npm run build' # tauri: # build: # distDir: '../dist' # tauri: # inliner: # active: false - title: Dojo 2 repo: gothinkster/dojo2-realworld-example-app logo: https://raw.githubusercontent.com/gothinkster/dojo2-realworld-example-app/master/logo.png install: 'npm install' build: 'npm run build' tauri: build: distDir: '../output/dist' - title: Angular + ngrx + nx repo: stefanoslig/angular-ngrx-nx-realworld-example-app logo: https://raw.githubusercontent.com/stefanoslig/angular-ngrx-nx-realworld-example-app/master/logo.png install: 'npm install' build: 'npm run build' tauri: build: distDir: '../dist/apps/conduit' - title: Hyperapp 1 repo: kwasniew/hyperapp-realworld-example-app logo: https://raw.githubusercontent.com/kwasniew/hyperapp-realworld-example-app/master/logo.png install: 'npm install' build: 'npm run build' tauri: build: distDir: '../dist' - title: PureScript + Halogen repo: thomashoneyman/purescript-halogen-realworld logo: https://raw.githubusercontent.com/thomashoneyman/purescript-halogen-realworld/master/assets/logo.png install: 'npm install' build: 'npm run bundle' tauri: build: distDir: '../dist' - title: Imba repo: cartonalexandre/imba-realworld-example-app logo: https://raw.githubusercontent.com/cartonalexandre/imba-realworld-example-app/master/logo.png install: 'npm install' build: 'npm run build' tauri: build: distDir: '../dist' # Dunno if the build worked, cannot find output source # - title: Stencil.js # repo: hcavalieri/stencil-realworld-app # logo: https://github.com/hcavalieri/stencil-realworld-app/blob/master/logo.png # install: 'npm install' # build: 'npm run build' - title: Riot.js v4 repo: iq3addLi/riot_v4_realworld_example_app logo: https://raw.githubusercontent.com/iq3addLi/riot_v4_realworld_example_app/master/logo.png install: 'npm install' build: 'npm run build' tauri: build: distDir: '../docs' - title: Ember.js repo: gothinkster/ember-realworld logo: https://raw.githubusercontent.com/gothinkster/ember-realworld/master/logo.png install: 'npm install' build: 'npm run build' tauri: build: distDir: '../dist' # Not tested yet # - title: Rust + Yew + WebAssembly # repo: jetli/rust-yew-realworld-example-app # logo: https://raw.githubusercontent.com/jetli/rust-yew-realworld-example-app/master/logo.png # install: 'yarn run install' # build: 'yarn build' # Not tested yet # - title: Bridge.Spaf # repo: markjackmilian/bridge.spaf-realworld-app # logo: https://raw.githubusercontent.com/markjackmilian/bridge.spaf-realworld-app/master/logo.png # Not necesary to test since V4 works # - title: Riot.js v3 # repo: iq3addLi/riot_realworld_example_app # logo: https://raw.githubusercontent.com/iq3addLi/riot_realworld_example_app/master/logo.png # Not necesary to test since V4 works # - title: Riot.js + Universal + Effector # repo: apapacy/realworld-riotjs-effector-universal-hot # logo: https://raw.githubusercontent.com/gothinkster/realworld-starter-kit/master/logo.png