Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rsginer/ddd-react-example
DDD React
https://github.com/rsginer/ddd-react-example
Last synced: about 1 month 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 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-08T10:31:02.000Z (about 1 year ago)
- Last Synced: 2023-11-09T11:59:06.740Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 221 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DDD React Example
![DDD React](https://i.ibb.co/HpxwVJj/ezgif-1-23460ea87c.gif)
## 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: