https://github.com/magic-script/magic-script-components-catalog
MagicScript Components kitchen sink demo app
https://github.com/magic-script/magic-script-components-catalog
javascript magicscript
Last synced: about 1 year ago
JSON representation
MagicScript Components kitchen sink demo app
- Host: GitHub
- URL: https://github.com/magic-script/magic-script-components-catalog
- Owner: magic-script
- License: apache-2.0
- Created: 2019-05-16T18:58:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T16:05:17.000Z (over 5 years ago)
- Last Synced: 2024-12-25T21:12:21.731Z (over 1 year ago)
- Topics: javascript, magicscript
- Language: JavaScript
- Homepage:
- Size: 62.6 MB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Catalog project
This is a test project used for testing and development of [`magic-script-components`](https://github.com/magic-script/magic-script-components) framework.
## Setup, Build and Run the Catalog app
1. Make sure you have the [`magic-script-cli`](https://github.com/magic-script/magic-script-cli) installed and you follow the steps in `magic-script-cli` documentation to properly setup your environment for either `Lumin`,`iOS` or `Android` (depends on which platform you want to build the project)
2. To build & run the project, execute below commands in root directory of the project:
- For Android, type `magic-script build android`
- For iOS, type `magic-script build iOS`
- For Lumin, type `magic-script build lumin -i && magic-script run`