Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/albaitas/react-redux-toolkit-typescript-cypress
- Owner: albaitas
- Created: 2024-04-19T11:53:15.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-10-29T07:01:08.000Z (2 months ago)
- Last Synced: 2024-11-07T14:29:03.940Z (2 months ago)
- Topics: cypress, react, redux, typescript
- Language: TypeScript
- Homepage:
- Size: 763 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`**