Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.43 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.43 KB

Combyna editable list example app

An example app built with Combyna.

Usage

  • To get started, download the app source and build the server and client as follows:

    $ git clone https://github.com/combyna/editable-list-example-app.git
    $ composer install
    $ npm install
    $ npm run dev
  • Then start the server:

    $ composer run server
  • This will start a server using the PHP built-in web server on port 9000.

  • Open the client page in your browser.

  • Modify the YAML app config in combyna/app/app.cyn.yml. Refresh to see any changes

If you'd like to dig more into the internals, read on!

Dependencies