Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rody-huancas/cliente-crud-ts

React. redux toolkit and TypeScript
https://github.com/rody-huancas/cliente-crud-ts

axios css muiv5 react redux redux-toolkit typescript

Last synced: 3 days ago
JSON representation

React. redux toolkit and TypeScript

Awesome Lists containing this project

README

        

# CRUD - REACT - REDUX TOOLKIT - TYPESCRIPT - MUI

### Usage

- Download the api at: https://github.com/rody-huancas/api-crud-node

### Execute the project

- Clone project

```bash
git clone https://github.com/rody-huancas/cliente-crud-ts.git
```

- Access the project

```bash
cd cliente-crud-ts
```

- Install dependencies

```bash
npm install
```

- Running the project
```bash
npm run dev
```