Skip to content

Example typescript application using React, Redux, and RTK Query

Notifications You must be signed in to change notification settings

jadamita/redux-rtk-ts-demo

Repository files navigation

redux-rtk-ts-demo

Screenshot Screenshot

An example typescript react project using the Pokemon API

This project uses the following:

Run Locally

Install the dependencies

  npm install

Run the development instance

  npm run dev

Run the E2E tests using Cypress

  npm run cy:e2e

Build the client application

  npm run build

Run the local instance as a production build

  npm run preview

Run the Prettier code formatter

  npm run format

Run the ESLint code linter

  npm run lint

About

Example typescript application using React, Redux, and RTK Query

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published