Quickly develop React apps using DDD approach.
The inspiration for this library is the fact that the DDD(Domain Driven Design) is a pattern that for some reason is not common among React developers.
- To generate a new project call:
npx react-3xd -i <project_name>
- To add new domain in the rpoject call:
npx react-3xd -d <domain_name>
Every command accepts the -ts
flag, which indicates that TS template should be used.