/blog-react-redux-saga-typescript

Simple blog with complicated logic to play with React and Redux

Primary LanguageTypeScript

This project was bootstrapped with Create React App.

Blog with CRA with TypeScript, redux and redux-sagas

macrusso

Main part of this application was created around July of 2018. It has some outdated patterns and solutions. I decided to reuse it to play with Docker and Kubernetes.

Basics

  • react
  • react router
  • react connected router
  • redux
  • redux saga
  • type script

Testing

  • enzyme
  • jest

Styling

  • Material UI

Back-end

Installation

  • Clone the repo and cd blog-react-redux-saga-typescript
  • Run npm install
  • Start server as described here.
  • Run npm start

Application will be available on localhost:3000