Starter for persistent Counter App on React in TypeScript that follows Clean Architecture principle
UNDER DEVELOPMENT
- clean-architecture
- counter-app
- db
- jest
- react
- rest
- starter
- template
- typescript
Alexander Lapygin <alexanderlapygin@gmail.com>
# API
cd api
npm install
npm start
# App
cd app
npm install
npm start