macrusso / blog-react-redux-saga-typescript

Simple blog with complicated logic to play with React and Redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple blog with complicated logic to play with React and Redux


Languages

Language:TypeScript 98.4%Language:HTML 1.4%Language:Dockerfile 0.2%Language:CSS 0.1%