Skip to content

siddsarkar/nextjs-tailwind-redux-dark

Repository files navigation

NextJs Template

Kick start your NextJs project with pre-implemented starters (eg: redux,tailwind, darktheme with redux,nprogress, etc)

✈ Live Preview of the Template

❤ Content

- Next js app
- Theme Implementation (with dark mode) using Redux
- Progress Bar Implementation (nprogress)
- Packages:
  - Redux (with redux-thunk)
  - Tailwind CSS
  - Nprogress
  - Redux-devtools-extension

⚔ Getting Started

  1. Create your new project directory

  2. Open terminal inside your empty project directory

  3. Clone the repository into it, by tying this command in terminal (don't forget the dot)

     git clone https://github.com/siddsarkar/nextjs-tailwind-redux-dark.git .
  4. Install dependencies, by tying this command in terminal

     yarn
  5. Make sure to remove the existing git history and initialize the project with your own

🛡 License

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