Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafalsalwa/react-redux-symfony-app
https://github.com/rafalsalwa/react-redux-symfony-app
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rafalsalwa/react-redux-symfony-app
- Owner: RafalSalwa
- License: mit
- Created: 2024-06-16T22:47:30.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-21T13:06:27.000Z (6 months ago)
- Last Synced: 2024-06-22T12:49:17.166Z (6 months ago)
- Language: PHP
- Size: 4.01 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-Redux-Symfony-App
## Architecture
![docs/architecture.png](docs/architecture.png)## Commands
build prod containers
```bash
make prod
```create dev envs ([symfony console required](https://symfony.com/doc/current/components/console.html))
```bash
make dev_backend
make dev_frontend
```