Skip to content

softspiders/clean-architecture-react-counter-db-ts-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


Author

Alexander Lapygin <alexanderlapygin@gmail.com>


Inspired by


Usage

# API
cd api
npm install
npm start

# App
cd app
npm install
npm start

📝 License

MIT