Skip to content

andreros/react-redux-sagas-app

Repository files navigation

React Redux Sagas Application

This application illustrates the usage of Redux Sagas inside a React application.

Application Tech Stack

  • React framework (with Typescript) for the overall application development;
  • Typescript coding language;
  • Axios for data access through a restful API;
  • Tailwind for component styling;

Application Support and Tools

Application Code Quality

  • BiomeJS for code formatting and linting;

Application scripts

From the project root folder, please execute any of the following commands in a terminal window:

Installation and application bootstrap

# install the application dependencies
pnpm i

# start the application in development mode
pnpm run dev

# build a version of the application for distribution
pnpm run build

# run the built version from the `dist` folder
pnpm run preview

# reset and reinstall the application
pnpm run nuke

Code Quality

# run BiomeJS
pnpm run lint

# run BiomeJS and fix all automatically fixable problems
pnpm run lint:fix

About

This application illustrates the usage of Redux Sagas inside a React application.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published