Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rafalsalwa/react-redux-symfony-app


https://github.com/rafalsalwa/react-redux-symfony-app

Last synced: 21 days ago
JSON representation

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
```