Skip to content

Provide a test/playground app to facilitate development and contributing #40

@Kocal

Description

@Kocal

Hi,

For working on #33 (comment), I had to:

  • create a new Symfony app
  • configure Composer repositories for using local Symfony UX packages (src/Dropzone)
  • install and setup webpack encore
  • create a new page for rendering a dropzone

I think this would be really nice to provide a test/playground app for contributors. This way we saves times and energy before really starting to work on Symfony UX.

It would be a fully working Symfony app with:

  • all Symfony UX packages are installed locally
  • webpack Encore is installed
  • test/demo pages for every Symfony UX packages

With this app, everything we have to do is to run the following commands to get ready for working on Symfony UX:

composer install
yarn
yarn dev
symfony serve

WDYT?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions