This package has been deprecated

Author message:

use System Designer v2 instead

system-client-quicktart

1.6.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i system-client-quicktart

Weekly Downloads

0

Version

1.6.0

License

CC0-1.0

Last publish

Collaborators

  • ecarriou