Skip to content
/ kanban Public

SPA project creating minimalist a Kanban web app with Symfony 5 and React JS

License

Notifications You must be signed in to change notification settings

Guuri11/kanban

Repository files navigation

kanban

SPA project creating minimalist a Kanban web app with Symfony 5 and React JS

Install requirements

  • Symfony 5
  • Node & npm
  • Composer
  • Yarn
  • clone the repo

Setup

*Recommended updating dependencies.

  • composer install
  • npm install
  • yarn install
  • yarn encore prod

Run app