OutOfBoundCats / nextjs-firebase-redux-starter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:Apache License 2.0


Languages

Language:TypeScript 88.6%Language:SCSS 6.5%Language:JavaScript 4.9%