Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jdgabriel/redux-zustand-nextjs

Application developed with the aim of learning about Redux and Zustand.
https://github.com/jdgabriel/redux-zustand-nextjs

nextjs redux store typescript zustand

Last synced: 12 days ago
JSON representation

Application developed with the aim of learning about Redux and Zustand.

Awesome Lists containing this project

README

        

# Redux - Zustand | NextJS

Application developed with the aim of learning about Redux and Zustand.

## How to run application

### Run API

```bash
# Run json-server script
pnpm run server
```

### Run APP

```bash
# Run development script
pnpm dev
```

### Run Test

```bash
# Run development script
pnpm test
```