1.6.0 • Published 7 years ago

system-server-quickstart v1.6.0

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

system-server-quickstart

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

This app requires a system-admin-server system to enable debugging with System Designer.

Installation

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

Developement

  • Launch System Designer,
  • open the Configuration panel,
  • select Server-side as value for Type of debugging,
  • set http://localhost as value for Url of the server to debug,
  • click 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 server.

Once your modification is finished:

  • export your system in Node.js format and
  • override app.json.

Licence

CC0 1.0 Universal

1.6.0

7 years ago

1.5.0

7 years ago

1.3.0

7 years ago

1.2.1

7 years ago

1.1.0

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.0

8 years ago