Starter with Next.js + Redux + Redux Persist + Firebase + Tailwindcss + next-redux-wrapper
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 😃.
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
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