Skip to content

Project using flux architecture with react, reducers, redux, redux-saga, styled-components, eslint, prettier, reactotron debugger and json-server

Notifications You must be signed in to change notification settings

fabriciobedin/react-flux-example

Repository files navigation

Web application with react, redux, redux-saga and a lot of interesting tools 🚀

To execute, just clone this project and execute the following commands on your terminal

We're using json-server to simulate one fake API, so we need to install it globally.

npm install -g json-server


Now we'll install our project dependencies.

yarn install


After everething installed, we can start our fake API. If you want to test the application with some delay, just add -d 2000 to the folow command to add 2 seconds each API response.

json-server server.json -p 3333


And let's start our application too

yarn start


Just open your browser on this url: http://localhost:3000

About

Project using flux architecture with react, reducers, redux, redux-saga, styled-components, eslint, prettier, reactotron debugger and json-server

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published