https://github.com/gregonnet/metaui-playground
https://github.com/gregonnet/metaui-playground
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/gregonnet/metaui-playground
- Owner: GregOnNet
- Created: 2020-08-03T15:18:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:42:14.000Z (over 3 years ago)
- Last Synced: 2025-01-23T13:25:08.625Z (over 1 year ago)
- Language: TypeScript
- Size: 2.92 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
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)