https://github.com/rsginer/ddd-react-example
DDD React
https://github.com/rsginer/ddd-react-example
Last synced: 8 months ago
JSON representation
DDD React
- Host: GitHub
- URL: https://github.com/rsginer/ddd-react-example
- Owner: RSginer
- Created: 2023-07-20T13:58:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T10:31:02.000Z (about 2 years ago)
- Last Synced: 2025-05-01T10:13:12.525Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 221 KB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DDD React Example

## 1. Install
```bash
yarn install
```
## 2. Run Server
```bash
yarn server:start
```
## 3. Build
```bash
yarn build
```
## 4. Run app
```bash
yarn preview
```
go to
## Test
```bash
yarn test
```
## Coverage report
```bash
yarn coverage
```
## Architecture
The architecture used is based on the DDD approach explained on this talk: