Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.57 KB

README.md

File metadata and controls

61 lines (42 loc) · 1.57 KB

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