An open API service indexing awesome lists of open source software.

https://github.com/guuri11/kanban

SPA project creating minimalist a Kanban web app with Symfony 5 and React JS
https://github.com/guuri11/kanban

api-rest hooks kanban kanban-board-application react reactjs redux symfony symfony5 webpack

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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
- symfony server:start -> http://localhost:8000