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

https://github.com/movableink/mdk-demo-app

Sample app using the MDK
https://github.com/movableink/mdk-demo-app

Last synced: 4 months ago
JSON representation

Sample app using the MDK

Awesome Lists containing this project

README

          

# my-weather

This is Movable Ink app that goes with the Studio content builder.

This is the app that is built in this video:

[![Building an MDK App](https://user-images.githubusercontent.com/3705/38388871-8afa6800-38ea-11e8-9c01-19be3e76651f.png)](https://www.youtube.com/watch?v=mooDZ_frGeo)

## Prerequisites

You will need the following things properly installed on your computer.

* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/)
* [Yarn](https://yarnpkg.com/)

## Developing

First, ensure that you have the latest version of the MDK. Get it via:

```
yarn global add @movable/cli
```

Then you can start the UI via `movable serve` then navigate your browser to http://localhost:4200 to view the UI.

You can run tests using `yarn test`.