This repository is a clean boilerplate for building modern web applications using Next.js 14+ and Redux Toolkit for state management, featuring a scalable architecture.
- Next.js 14+
- Redux Toolkit for global state management
- TailwindCSS for styling
- ESLint & Prettier for code quality
-
Clone the repository:
git clone https://github.com/themrsami/Next.js-with-Redux-Toolkit-Clean-BoilerPlate cd Next.js-with-Redux-Toolkit-Clean-BoilerPlate
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
Open http://localhost:3000 to view the app.
app/
: Next.js pagesredux-toolkit/
: Redux store setuptailwind.config.js
: TailwindCSS configuration
npm run dev
: Run development servernpm run build
: Build the projectnpm run lint
: Lint the code
Deploy the app easily using Vercel.
This project is licensed under the MIT License.