Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/albaitas/react-redux-toolkit-typescript-cypress

This is a web applications project written using Create React App, Redux, Typescript and Cypress end-to-end testing.
https://github.com/albaitas/react-redux-toolkit-typescript-cypress

cypress react redux typescript

Last synced: 11 days ago
JSON representation

This is a web applications project written using Create React App, Redux, Typescript and Cypress end-to-end testing.

Awesome Lists containing this project

README

        

# react-redux-toolkit-typescript-cypress

This is a web applications project written using Create React App, Redux, Typescript and Cypress end-to-end testing.

## Features

- Cypress
- Tablet and mobile friendly

## Build with

- React Js, Redux
- Typescript

## Installation

Install **`git`**, **`nodejs`**, **`npm`** in your local computer

Clone this repository to your local computer:

**`$ git clone https://github.com/albaitas/react-redux-toolkit-typescript-cypress.git`**

Install dependencies:

**`npm install`**

Runs the app in the development mode:

**`npm start`**

Runs the cypress test:

**`npx cypress open`**