https://github.com/sohamsshah/next-chakra-redux-toolkit-starter
A starter template configured with Chakra-UI + Redux-toolkit for your Next.js Application
https://github.com/sohamsshah/next-chakra-redux-toolkit-starter
Last synced: 4 months ago
JSON representation
A starter template configured with Chakra-UI + Redux-toolkit for your Next.js Application
- Host: GitHub
- URL: https://github.com/sohamsshah/next-chakra-redux-toolkit-starter
- Owner: sohamsshah
- Created: 2021-06-27T10:54:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-30T02:43:27.000Z (almost 5 years ago)
- Last Synced: 2025-10-28T02:41:41.993Z (8 months ago)
- Language: TypeScript
- Size: 133 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js Starter
This is a starter template for React that uses Next.js.
* Configured with Chakra UI frontend component Library
* Plugged with Redux-Toolkit for efficient State Management
### Get started
```
git clone https://github.com/sohamsshah/next-chakra-redux-toolkit-starter.git
yarn install
yarn run dev
```
It should start your next.js app on PORT 3000