Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 556 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 556 Bytes

mst-redux-state-posts

This is a sample basic twitter clone (Tweeeter) written with two different modern state-management solutions for React (Redux / MST mobx-state-tree). It aims to show how the same app may be implemented using the two different technologies, and highlights some differences in their philosophy/how they work.

Install dependencies

yarn

Starting backend-server

yarn backend:start

this will then be running -> http://localhost:3000

Start frontend server

yarn start

visit -> http://localhost:3001