An open API service indexing awesome lists of open source software.

https://github.com/softspiders/clean-architecture-react-counter-db-ts-starter

Starter for persistent counter-app on React in TypeScript that follows Clean Architecture principle
https://github.com/softspiders/clean-architecture-react-counter-db-ts-starter

ca clean-architecture counter counter-app db json-server material-ui persistence react softspider ss starter template ts typescript under-dev

Last synced: 4 months ago
JSON representation

Starter for persistent counter-app on React in TypeScript that follows Clean Architecture principle

Awesome Lists containing this project

README

          

[SOFTSPIDERS](https://github.com/softspiders/softspiders)

# clean-architecture-react-counter-db-ts-starter
Starter for persistent Counter App on *React* in *TypeScript* that follows *Clean Architecture* principle

UNDER DEVELOPMENT

---

## Feature tags

- clean-architecture
- counter-app
- db
- jest
- react
- rest
- starter
- template
- typescript

---
## Parents
[**- db, rest**](https://github.com/softspiders/clean-architecture-counter-react-ts-starter)

---
## Author

[Alexander Lapygin](https://github.com/AlexanderLapygin) <>

---
## Inspired by

- [Eduardo Moroni](https://github.com/eduardomoroni)'s [*react-clean-architecture*](https://github.com/eduardomoroni/react-clean-architecture)
- [Kentaro Matsushita](https://github.com/kentaro-m)'s [*clean-architecture-todo-example*](https://github.com/kentaro-m/clean-architecture-todo-example)

---

## Usage

```sh
# API
cd api
npm install
npm start

# App
cd app
npm install
npm start
```

---
## :memo: License
[MIT](./LICENSE)