Skip to content

Simple React-Redux-Saga App developed for tutorial article

Notifications You must be signed in to change notification settings

Lavitr/lavitr.github.io

Repository files navigation

React-Redux-SAGA-tutorial-APP

Simple React-Redux-Saga App developed for the tutorial article

Online DEMO

Usage

Running Tests

To run the tests for this project, follow these steps:

  1. Ensure you have all dependencies installed by running:

    npm install
    
  2. Run the tests using the following command:

    npm test
    

Adding Tests

To add new tests to the project:

  1. Create a new file with the .test.js extension in the src/__tests__ directory. For example: src/__tests__/myComponent.test.js

  2. Write your tests using Jest syntax.

  3. Run the tests as described above to ensure they pass.

git clone https://github.com/Lavitr/React-Redux-SAGA-tutorial-APP.git
cd React-Redux-SAGA-tutorial-APP
npm install
npm start
open http://localhost:8080  (should start automatically )

Available Commands

npm start - start the dev server
npm run dev - create a developer build in `dist` folder
npm run build - create a production ready build in `dist` folder

About

Simple React-Redux-Saga App developed for tutorial article

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published