jadamita / redux-rtk-ts-demo

Example typescript application using React, Redux, and RTK Query

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 78.6%Language:SCSS 16.2%Language:HTML 5.2%