Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jdgabriel/redux-zustand-nextjs
- Owner: jdgabriel
- Created: 2023-11-08T14:10:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-09T11:31:51.000Z (about 1 year ago)
- Last Synced: 2024-11-08T00:28:17.224Z (2 months ago)
- Topics: nextjs, redux, store, typescript, zustand
- Language: TypeScript
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```