metaUI Playground

This repo is for demoing purposes. It contains a small star wars app.

Setup

To run this app you need to have Yarn installed.

git clone https://github.com/GregOnNet/metaui-playground.git
cd metaui-playground
yarn
yarn start

Refactoring steps

You can review different versions of this application by using git tags.

git checkout step-1 # basic approach
git checkout step-2 # use metaUI's m-context
git checkout step-3 # simplified app with m-context

metaui.io