An open API service indexing awesome lists of open source software.

https://github.com/gregonnet/metaui-playground


https://github.com/gregonnet/metaui-playground

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## 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](https://yarnpkg.com/) installed.

```bash
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`.

```bash
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](https://metaui.io)