Skip to content

Latest commit

 

History

History
executable file
·
57 lines (35 loc) · 1.48 KB

README.md

File metadata and controls

executable file
·
57 lines (35 loc) · 1.48 KB

NextJs-Typescript-ReduxToolkit-RTKQuery Starter

A NextJs Starter with Redux (Redux Toolkit and RTK Query) written in Typescript.

Features

  • ⚡️ Next 12, React 18
  • ✔️ Typescript
  • 🧠 Redux Toolkit (with next-redux-wrapper)
  • 🌐 RTK Query

Coding Style

  • ★ ESLint
  • 💅 Prettier

Getting Started

Installing

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

Executing program

  • Run yarn serve:mock or npx run serve:mock to run the mock database
  • Run yarn dev or npm run dev to start developing

Help

N/A

Contributions

Everyone is welcome to contribute to this project. Feel free to open an issue if you have question or found a bug.

Contributors:

Special Thanks:

Version History

  • 0.1.1
    • chore: follow redux best practices
  • 0.1
    • Initial Release

License

This project is licensed under the MIT License - see the LICENSE file for details