Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 530 Bytes

File metadata and controls

19 lines (12 loc) · 530 Bytes

Typescript - Redux - Redux-observable boilerplate

A react application boilerplate based on CRA. The application is following the ducks pattern, meaning all features are separated in the ducks/ folder (business logic). The UI components can be found in the components folder.

Includes

  • React
  • Typescript
  • Redux
  • Redux-observable
  • React-Router

Getting Started

Clone the repository, delete the .git folder, install dependencies, create a .env, and start the application

Todo

  • Create a more detailed README.md