Skip to content

React native example using driven domain design and cqrs.

Notifications You must be signed in to change notification settings

YisusYaro/react-native-ddd-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react-native-ddd-example

React native example using driven domain design and cqrs.

Dev enviroment using node 📦

cd react-native-ddd-example
npm i
npm run web

Dev enviroment using docker 🐋

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

Open your browser 🚀

localhost:19006

Devs ✒️

  • Jesús Alejandro Yahuitl Rodríguez - Dev - YisusYaro

License 📄

This project is under the License described in the file LICENSE


⌨️ with ❤️

About

React native example using driven domain design and cqrs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published