https://github.com/harshalkatakiya/redux-toolkit-nextjs
Redux Toolkit with API in Next JS
https://github.com/harshalkatakiya/redux-toolkit-nextjs
Last synced: 2 months ago
JSON representation
Redux Toolkit with API in Next JS
- Host: GitHub
- URL: https://github.com/harshalkatakiya/redux-toolkit-nextjs
- Owner: Harshalkatakiya
- Created: 2023-11-30T17:07:34.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T09:21:41.000Z (about 2 years ago)
- Last Synced: 2025-03-14T02:12:14.080Z (9 months ago)
- Language: JavaScript
- Homepage: https://rtk-next-js.vercel.app
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redux Toolkit with API in Next JS
# [https://rtk-next-js.vercel.app](https://rtk-next-js.vercel.app)
## Getting Started
First, run the development server:
```bash
git clone https://github.com/Harshalkatakiya/Redux-Toolkit-NextJs.git
```
```bash
cd Redux-Toolkit-NextJs
```
```bash
npm install
```
```bash
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.