Skip to content

combyna/editable-list-example-app

Repository files navigation

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

About

An example editable list app built with Combyna.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages