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

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

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