Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rody-huancas/cliente-crud-ts
- Owner: rody-huancas
- Created: 2024-01-21T16:15:06.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-01-21T21:49:56.000Z (10 months ago)
- Last Synced: 2024-01-22T23:22:01.156Z (10 months ago)
- Topics: axios, css, muiv5, react, redux, redux-toolkit, typescript
- Language: TypeScript
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```