A NextJs Starter with Redux (Redux Toolkit and RTK Query) written in Typescript.
- ⚡️ Next 12, React 18
- ✔️ Typescript
- 🧠 Redux Toolkit (with next-redux-wrapper)
- 🌐 RTK Query
- ★ ESLint
- 💅 Prettier
yarn create next-app [project-name] -e https://github.com/official-carledwardfp/next-redux-ts-starter
# or
npx create-next-app [project-name] -e https://github.com/official-carledwardfp/next-redux-ts-starter
- Run
yarn serve:mock
ornpx run serve:mock
to run the mock database - Run
yarn dev
ornpm run dev
to start developing
N/A
Everyone is welcome to contribute to this project. Feel free to open an issue if you have question or found a bug.
Contributors:
- Author - Carl Edward @carledwardfp
Special Thanks:
- phryneas - Reddit comment inspired #1
- 0.1.1
- chore: follow redux best practices
- 0.1
- Initial Release
This project is licensed under the MIT License - see the LICENSE file for details