Skip to content

themrsami/Next.js-with-Redux-Toolkit-Clean-BoilerPlate

Repository files navigation

Next.js + Redux Toolkit Clean Boilerplate

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.

Features

  • Next.js 14+
  • Redux Toolkit for global state management
  • TailwindCSS for styling
  • ESLint & Prettier for code quality

Getting Started

  1. Clone the repository:

    git clone https://github.com/themrsami/Next.js-with-Redux-Toolkit-Clean-BoilerPlate
    cd Next.js-with-Redux-Toolkit-Clean-BoilerPlate
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev

Open http://localhost:3000 to view the app.

Folder Structure

  • app/: Next.js pages
  • redux-toolkit/: Redux store setup
  • tailwind.config.js: TailwindCSS configuration

Available Scripts

  • npm run dev: Run development server
  • npm run build: Build the project
  • npm run lint: Lint the code

Deployment

Deploy the app easily using Vercel.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published