Skip to content

Starter with Next.js + Redux + Redux Persist + Firebase + Tailwindcss + next-redux-wrapper

License

Notifications You must be signed in to change notification settings

OutOfBoundCats/nextjs-firebase-redux-starter

Repository files navigation

Next.js and TypeScript

PRs welcome! Follow @OutOfBoundCats


nextjs-firebase-redux-starter

Its starter kit for nextjs which uses redux , redux-persist,firebase auth, tailwind css,next-redux-wrapper.

It was frustrating setting everything up while working on loggernow.com so decided to make this public.
In the hope of there will be another soul facing the same problem as me 😃.

LICENSE

Apache 2.0 License

Features

Based on latest Next.js
🗄 state management with redux, react-redux, and next-redux-wrapper
💻️ Redux Persist for persisting state between reloads
💅 Styling tailwindcss
🎇 Firebase for authentication
⭐️ Made with Typescript

Run Locally

Clone the project

  git clone https://github.com/OutOfBoundCats/nextjs-firebase-redux-starter.git

Go to the project directory

  cd nextjs-firebase-redux-starter

Install dependencies

  yarn install

add your firebase config under

nextjs-firebase-redux-starter/services/firebase.ts

Start the development server

  yarn dev

Build Project

  yarn build

License

APACHE

Acknowledgements

  • readme.so For making this awesome readme file possible with least effort.
  • There were other repositories i reffered but dont quite remember while making this merged repository. Feel free to get in touch with me to get your name added.