March-mitsuki / next-chakra-redux-template

A next.js with Chakra-UI and redux quick start template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

next-chakra-redux-template

This is a next.js + chakra-ui + react-redux + typescript quick start template.

Use nextjs-13 appDir.

Features

  • Latest features with next.js and chakra-ui
  • Typed LocalStorage
  • Minimum i18n control powerd by redux store
  • All features is out of box supported

Get Start

  1. Clone this repository.
git clone https://github.com/March-mitsuki/next-chakra-redux-template.git
  1. cd and remove old git and license file.(This repo has a MIT LICENSE existed)
cd next-chakra-redux-template && rm -rf .git && rm LICENSE
  1. install & start
pnpm i

# OR
yarn

# OR
npm install
  1. do not foget to change the package name in package.json

About

A next.js with Chakra-UI and redux quick start template

License:MIT License


Languages

Language:TypeScript 97.4%Language:CSS 1.8%Language:JavaScript 0.8%