Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Jan 23, 2024
1 parent 20afa5b commit 3c4ab75
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
<a href="https://github.com/garronej/clean-architecture/blob/main/LICENSE">
<img src="https://img.shields.io/npm/l/clean-architecture">
</a>
</p>
</p>

This is a Framework for building web application. It helps you decouple your UI component
and the core logic of your App.
It can be used both on the frontend and the backend and integrate well with any UI framework
but it's primary use case is for building SPAs (Vite Projects) with React.
but it's primary use case is for building SPAs (Vite Projects) with React.

- [Benefits](#benefits)
- [Install / Import](#install--import)
- [Examples setups](#examples-setups)
- [Example project](#example-project)
- [Canonical setup](#canonical-setup)
- [Enterprise grade app](#enterprise-grade-app)
- [Starting the demo app](#starting-the-demo-app)
- [Benefits](#benefits)
- [Install / Import](#install--import)
- [Examples setups](#examples-setups)
- [Example project](#example-project)
- [Canonical setup](#canonical-setup)
- [Enterprise grade app](#enterprise-grade-app)
- [Starting the demo app](#starting-the-demo-app)

# Benefits

Expand All @@ -51,13 +51,13 @@ $ yarn add clean-architecture evt

# Examples setups

## Example project
## Example project

<img width="438" alt="image" src="https://github.com/garronej/snake-clean-architecture/assets/6702424/2cd5e5ee-0d5c-443b-95a7-b3c288da1233">

This is a very basic snake game implemented with Vite/TypeScript/React/Clean-Architecture.
This is a very basic snake game implemented with Vite/TypeScript/React/Clean-Architecture.

[πŸ‘‰ `garronej/snake-clean-architecture`πŸ‘ˆ ](https://github.com/garronej/snake-clean-architecture)
[πŸ‘‰ `garronej/snake-clean-architecture`πŸ‘ˆ ](https://github.com/garronej/snake-clean-architecture)

## Canonical setup

Expand Down

0 comments on commit 3c4ab75

Please sign in to comment.