Ecosyste.ms: Awesome
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: 7 days ago
JSON representation
SPA project creating minimalist a Kanban web app with Symfony 5 and React JS
- Host: GitHub
- URL: https://github.com/guuri11/kanban
- Owner: Guuri11
- License: mit
- Created: 2020-06-19T11:37:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T09:29:19.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T00:20:12.453Z (over 1 year ago)
- Topics: api-rest, hooks, kanban, kanban-board-application, react, reactjs, redux, symfony, symfony5, webpack
- Language: JavaScript
- Homepage:
- Size: 7.37 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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