1.6.0 • Published 7 years ago

system-client-quicktart v1.6.0

Weekly downloads
3
License
CC0-1.0
Repository
github
Last release
7 years ago

system-client-quickstart

This is a minimal project to start a client app system.

This app can be debugging with System Designer.

Installation

# Clone this repository
$ git clone https://github.com/design-first/system-client-quickstart.git
# Go to the repository
$ cd system-client-quickstart
# Install System Runtime
$ npm install
$ bower install
# Run the app
$ grunt start

Developement

  • Launch System Designer,
  • open the Configuration panel,
  • select Client-side as value for Type of debugging,
  • set http://localhost:9001/index.html as value for Url of the page to debug,
  • click on the debug button,
  • the web page will be opened in a new window,
  • click again on the debug button,
  • a panel A system has been found is shown
  • click on OK.

The system running in node will be then imported in System Designer.

All your modifications to the current system in System Designer will be injected into the web page.

Once you have finished your modification:

  • export your system in JSON format and
  • override system/app.json.

Licence

CC0 1.0 Universal