Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 7 days 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