React native example using driven domain design and cqrs.
cd react-native-ddd-example
npm i
npm run web
USER_ID=$(id -u):$(id -g) docker-compose -f docker-compose-dev.yaml build
USER_ID=$(id -u):$(id -g) docker-compose -f docker-compose-dev.yaml up -d
docker exec -it native-container npm i
docker exec -it native-container sh
cd react-native-ddd-example
npm i
npm run web
- Jesús Alejandro Yahuitl Rodríguez - Dev - YisusYaro
This project is under the License described in the file LICENSE
⌨️ with ❤️