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
- Host: GitHub
- URL: https://github.com/softspiders/clean-architecture-react-counter-db-ts-starter
- Owner: softspiders
- License: mit
- Created: 2020-03-17T13:27:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T14:38:16.000Z (almost 3 years ago)
- Last Synced: 2025-01-15T20:20:16.293Z (9 months ago)
- Topics: ca, clean-architecture, counter, counter-app, db, json-server, material-ui, persistence, react, softspider, ss, starter, template, ts, typescript, under-dev
- Language: TypeScript
- Homepage:
- Size: 1.81 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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* principleUNDER 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)