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
- Host: GitHub
- URL: https://github.com/movableink/mdk-demo-app
- Owner: movableink
- Created: 2018-04-05T19:57:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T18:44:50.000Z (about 8 years ago)
- Last Synced: 2025-01-31T13:43:41.951Z (over 1 year ago)
- Language: HTML
- Size: 110 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
[](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`.